Skip to content

Documentation / @ripl/charts / ChartLegendOptions

Interface: ChartLegendOptions ​

Defined in: charts/src/core/options.ts:472

Fully resolved chart legend options.

Properties ​

PropertyTypeDescriptionDefined in
fontstringCSS font shorthand for the legend labels.charts/src/core/options.ts:480
fontColorstringColor of the legend labels.charts/src/core/options.ts:482
highlightbooleanWhether hovering a legend entry highlights its series and clicking toggles its visibility.charts/src/core/options.ts:484
paddingPaddingInputSpace around the legend, uniform or per-edge, in pixels.charts/src/core/options.ts:478
positionLegendPositionWhich side of the chart the legend occupies.charts/src/core/options.ts:476
visiblebooleanWhether the legend is rendered.charts/src/core/options.ts:474