Skip to content

Documentation / @ripl/charts / RadarChartSeriesOptions

Interface: RadarChartSeriesOptions<TData> ​

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

Configuration for an individual radar chart series.

Type Parameters ​

Type Parameter
TData

Properties ​

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