Documentation / @ripl/charts / ChartLegendOptions
Interface: ChartLegendOptions
Defined in: charts/src/core/options.ts:414
Fully resolved chart legend options.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
font | string | CSS font shorthand for the legend labels. | charts/src/core/options.ts:422 |
fontColor | string | Colour of the legend labels. | charts/src/core/options.ts:424 |
highlight | boolean | Whether hovering a legend entry highlights its series and clicking toggles its visibility. | charts/src/core/options.ts:426 |
padding | PaddingInput | Space around the legend, uniform or per-edge, in pixels. | charts/src/core/options.ts:420 |
position | LegendPosition | Which side of the chart the legend occupies. | charts/src/core/options.ts:418 |
visible | boolean | Whether the legend is rendered. | charts/src/core/options.ts:416 |