What it does
Draws one or more filled polar shapes with optional grid, tooltip, and legend.
Appearance and density props match the rest of the chart system.
Data shape
`xKey` points to the axis label field; each numeric field referenced by `series.dataKey` becomes one radar shape.
Common use cases
- Product scorecards across quality, cost, and adoption.
- Team capability comparisons by skill area.
- Vendor evaluation dashboards with target and current profiles.
Accessibility
Keep axis labels short and provide descriptive series names.
Pair with summary text when exact values matter.
Next.js integration notes
Import from `@zentauri-ui/zentauri-components/charts/radar` inside client components when interaction is required.
FAQ
Can I render multiple radar shapes?
Yes. Add more series entries; each `series.dataKey` draws another radar polygon against the same axis labels.
When should I avoid radar charts?
Avoid them when exact ranking is more important than shape comparison; use bars or tables for precise ordered values.