Skip to content

Documentation / @ripl/charts / ChartLegendOptions

Interface: ChartLegendOptions

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

Fully resolved chart legend options.

Properties

PropertyTypeDescriptionDefined in
fontstringCSS font shorthand for the legend labels.charts/src/core/options.ts:422
fontColorstringColour of the legend labels.charts/src/core/options.ts:424
highlightbooleanWhether hovering a legend entry highlights its series and clicking toggles its visibility.charts/src/core/options.ts:426
paddingPaddingInputSpace around the legend, uniform or per-edge, in pixels.charts/src/core/options.ts:420
positionLegendPositionWhich side of the chart the legend occupies.charts/src/core/options.ts:418
visiblebooleanWhether the legend is rendered.charts/src/core/options.ts:416