Documentation / @ripl/charts / ChartLegendOptions
Interface: ChartLegendOptions ​
Defined in: charts/src/core/options.ts:365
Fully resolved chart legend options.
Properties ​
| Property | Type | Defined in |
|---|---|---|
font | string | charts/src/core/options.ts:369 |
fontColor | string | charts/src/core/options.ts:370 |
highlight | boolean | charts/src/core/options.ts:371 |
padding | PaddingInput | charts/src/core/options.ts:368 |
position | LegendPosition | charts/src/core/options.ts:367 |
visible | boolean | charts/src/core/options.ts:366 |