Skip to content

Documentation / @ripl/charts / ChartLegendInput

Type Alias: ChartLegendInput

ChartLegendInput = boolean | LegendPosition | Partial<ChartLegendOptions>

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

Legend input accepting a boolean, position string, or partial options object.