Search...

Search documentation...

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

PropTypeDefaultDescription
dataRecord<string, any>[]Required.
indexstringRequired — the key holding each spoke's label.
categoriesstring[]Required — keys plotted as series; more than one overlays multiple radar shapes.
colorsstring[]the theme's --chart-1…--chart-5 tokensOne color per category, in order.
showLegendbooleantrue

Plus every native <div> prop on the root wrapper.