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
| Property | Type | Description | Defined in |
|---|---|---|---|
color? | string | Optional colour override for the series (otherwise a palette colour is generated). | charts/src/charts/radar.ts:74 |
id | string | Unique identifier for the series. | charts/src/charts/radar.ts:72 |
label | string | Display label for the series (shown in the legend and tooltips). | charts/src/charts/radar.ts:76 |
opacity? | number | Fill opacity of the series' area polygon. Defaults to 0.25. | charts/src/charts/radar.ts:80 |
value | NumericAccessor<TData> | Accessor for each data item's value on the series' axis. | charts/src/charts/radar.ts:78 |