Generates a radar chart from an array of data. Note that margin object does not take grid labels into account, so you should adjust it to leave enough room for it.
The responsive alternative of this component is
ResponsiveRadar.
This component is available in the @nivo/api, see
sample or
try it using the API client.
See the dedicated guide on how to setup legends for this component.
Chart data.
Key to use to index the data.
Keys to use to determine each serie.
'auto'Maximum value.
Optional formatter for values.
'linearClosed'Curve interpolation.
Chart width for non-responsive component.
Chart default width for responsive component.
Chart height for non-responsive component.
Chart default height for responsive component.
Debounce width/height updates for responsive component.
A callback for when responsive component is resized.
Chart margin.
Ref to the chart's container. Used on this page to generate/download the chart's image via html-to-image.