Charts
Live line
A sliding window. Stream, glow, or a dashed pulse.
Props
| Property | Type | Default | Description |
|---|---|---|---|
data | ChartDatum[] | — | Full series. The chart windows the last N points and steps forward. |
dataKey | string | "value" | Numeric field. |
labelKey | string | "date" | X-axis field. |
windowSize | number | 14 | How many points stay on screen. |
intervalMs | number | 700 | Advance interval. No-op when data.length ≤ windowSize. |
variant | "stream" | "glow" | "dashed" | "stream" | Ping on the last point, a bloom, or a dashed pulse. |
className | string | — | Chart container. Default height is 220px. |