Simple Radar Chart
Simple Radar Chart
A Recharts radar chart from tabular data — no manual ChartContainer/config wiring needed, same shared shape as the rest of the chart family.
import { SimpleRadarChart } from "@pompeitech/vesuvius-ui";Default
API
SimpleRadarChart
| Prop | Type | Default | Description |
|---|---|---|---|
data | Record<string, any>[] | Required. | |
index | string | Required — the key holding each spoke's label. | |
categories | string[] | Required — keys plotted as series; more than one overlays multiple radar shapes. | |
colors | string[] | the theme's --chart-1…--chart-5 tokens | One color per category, in order. |
showLegend | boolean | true |
Plus every native <div> prop on the root wrapper.