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

PropTypeDefaultDescription
chartStyle"line" | "bar""line"Chart type
xLabelsstring[]X-axis labels (one per data point)
series*ChartSeries[]Array of { label, data: number[], color? }
legend"none" | "top" | "right""top"Legend position
heightnumber300Chart height in pixels
yAxisLabelstringY-axis label text
xAxisLabelstringX-axis label text