Usage
RadarChart
is based on recharts RadarChart component:
Multiple series
You can display multiple series on the same radar chart:
Change color
You can reference colors from theme the same way as in
other components, for example, blue
, red.5
, orange.7
, etc. Any valid CSS
color value is also accepted.
Color
Stroke color
Hide/show chart parts
Recharts props
To pass props down to the underlying recharts components, use the following props:
radarChartProps
passed props to RadarChart componentpolarGridProps
passed props to PolarGrid componentpolarAngleAxisProps
passed props to PolarAngleAxis componentpolarRadiusAxisProps
passed props to PolarRadiusAxis component
Example of passing props down to PolarRadiusAxis component:
Legend
Set withLegend
prop to display the legend: