Chart
Line and bar charts with legend, tooltips, and responsive sizing.
import
{ Chart } from "@pepulux/ui"Line chart
8,400
6,720
5,040
3,360
1,680
0
JanFebMarAprMayJun
Bar chart
240
192
144
96
48
0
JanFebMarAprMayJun
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| chartStyle | "line" | "bar" | "line" | Chart type |
| xLabels | string[] | — | X-axis labels (one per data point) |
| series* | ChartSeries[] | — | Array of { label, data: number[], color? } |
| legend | "none" | "top" | "right" | "top" | Legend position |
| height | number | 300 | Chart height in pixels |
| yAxisLabel | string | — | Y-axis label text |
| xAxisLabel | string | — | X-axis label text |