Chart
SVG-based data visualization component supporting bar, line, area, step, donut, and radar chart types.
// Plain markup
import { Chart } from "@shavin/ui";Bar Mixed (Category Colors)
Bar Multiple (Grouped Series)
Bar Negative (Bi-directional Zero-Baseline)
Line Step (Orthogonal Curves)
Donut Active (Pie / Donut Highlight)
Radar Dots (Vertex Points)
Radar Grid Circle (Concentric Ring Axes)
Standard Bar & Area Charts
Bar
Area
Props
| Prop | Type | Default |
|---|---|---|
| data* | ChartDataItem[] | — |
| type | | "bar" | — |
| series | ChartSeriesConfig[] | — |
* required