Chart
View in FigmaSVG-based bar and donut chart for data visualization with labels and value displays.
Media & VisualsImport
import { Chart } from "@/components/ui"API
| Prop | Type | Default | Description |
|---|---|---|---|
| type | "bar" | "donut" | — | Chart type. |
| data | ChartDataItem[] | — | Array of { label, value, color? } data items. |
| height | number | — | Custom chart height in pixels. |
| showLabels | boolean | — | Show data labels. |
| showValues | boolean | — | Show numeric values. |