LineChart
CHARTSLine chart with smooth curves, powered by Recharts.
[EXAMPLES]
Basic
[PROPS]
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
| data | Record<string, string | number>[] | — | Chart data points |
| xAxisKey | string | — | Key in data used for the X axis |
| series | { dataKey: string; name?: string; color?: string; dashed?: boolean }[] | — | Line series configuration |
| height | number | 300 | Chart height |
| showLegend | boolean | false | Show chart legend |
| showGrid | boolean | true | Show grid lines |
[ACCESSIBILITY]
ARIA
- >SVG chart with aria-label