Components/Chart
Chart
Lightweight, dependency-free SVG charts. Supports line, area, and bar variants. For richer interactivity, layer Recharts on top.
Area
Bar
Installation
npx ajaxui add chartProps
| Prop | Type | Default | Description |
|---|---|---|---|
| data | { label: string; value: number }[] | — | — |
| variant | "line" | "area" | "bar" | "line" | — |
| height | number | 200 | — |
| color | string | "hsl(var(--primary))" | — |
| showGrid | boolean | true | — |
| showAxis | boolean | true | — |