Radar Chart
Compare multiple dimensions on a radial grid.
Usage
Config Reference
| Property | Type | Default | Description |
|---|---|---|---|
series | { name: string; data: number[] }[] | required | Values for each indicator per series |
xAxis | { categories: string[] } | required | Category names used as radar indicators |
yAxis | { max?: number } | - | Maximum value for the radial axis |
shape | 'polygon' | 'circle' | 'polygon' | Shape of the radar grid lines |
fillArea | boolean | true | Fill the area enclosed by each series |