Multi Line Trend Chart
A production-scale, light + dark Multi Line Trend Chart component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add multi-line-trend-chartLive preview available in the gallery.
Usage
import { MultiLineTrendChart } from "@lerpa/ui";
<MultiLineTrendChart />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| data | MultiLineTrendDataPoint[] | - | |
| lines | TrendLineConfig[] | - | |
| title | string | — | |
| description | string | — | |
| className | string | — | |
| showGrid | boolean | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.