RADAR CHART
SVG radar (spider) chart with configurable axes, concentric grid polygons, fade-in animation, and four color variants. Values normalized to 0–100.
PREVIEW
INSTALLATION
USAGE
AXIS COUNTS
5 AXES
6 AXES
8 AXES
VARIANTS
ACTIVE
WARNING
CRITICAL
DEFAULT
WITH VALUES
PROPS
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
| data | RadarChartEntry[] | — | Array of { axis, value } entries. value is 0–100. |
| variant | DEFAULT | ACTIVE | WARNING | CRITICAL | ACTIVE | Controls polygon color and glow. |
| title | string | undefined | Optional header label. |
| size | number | 240 | SVG width and height in px. |
| showGrid | boolean | true | Show concentric polygon grid rings. |
| showLabels | boolean | true | Show axis labels at vertices. |
| showValues | boolean | false | Show numeric value near each vertex dot. |
| className | string | — | Additional classes merged via cn(). |