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
With tooltip and dots
Recharts props
To pass props down to the underlying recharts components, use the following props:
radarChartPropspassed props to RadarChart componentpolarGridPropspassed props to PolarGrid componentpolarAngleAxisPropspassed props to PolarAngleAxis componentpolarRadiusAxisPropspassed props to PolarRadiusAxis component
Example of passing props down to PolarRadiusAxis component:
Legend
Set withLegend prop to display the legend: