Skip to content

Documentation / @ripl/charts / RadarChartSeriesOptions

Interface: RadarChartSeriesOptions<TData>

Defined in: charts/src/charts/radar.ts:70

Configuration for an individual radar chart series.

Type Parameters

Type Parameter
TData

Properties

PropertyTypeDescriptionDefined in
color?stringOptional colour override for the series (otherwise a palette colour is generated).charts/src/charts/radar.ts:74
idstringUnique identifier for the series.charts/src/charts/radar.ts:72
labelstringDisplay label for the series (shown in the legend and tooltips).charts/src/charts/radar.ts:76
opacity?numberFill opacity of the series' area polygon. Defaults to 0.25.charts/src/charts/radar.ts:80
valueNumericAccessor<TData>Accessor for each data item's value on the series' axis.charts/src/charts/radar.ts:78