Radar

@nivo/radarradial

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.

Actions Logs
Start interacting with the chart to log actions
Base
Datum[]required

Chart data.

stringrequired

Key to use to index the data.

string[]required

Keys to use to determine each serie.

number | 'auto'optionaldefault:'auto'
auto

Maximum value.

string | (value: number) => stringoptional
open editor

Optional formatter for values.

stringoptionaldefault:'linearClosed'
linearClosed

Curve interpolation.

numberrequired

Chart width.

numberrequired

Chart height.

objectoptional
px
px
px
px

Chart margin.

Style
Grid
Dots
Customization
Interactivity
Motion