LineChart
A LineChart component from the Sigil design system.
import { LineChart } from "@sigil-ui/components";
<LineChart>...</LineChart>
| Prop | Type | Default | Description |
|---|
series | LineChartSeries[] | — | — |
width | number | — | — |
height | number | — | — |
showDots | boolean | true | Show dots at each data point. |
showGrid | boolean | true | Show grid lines. |
showXLabels | boolean | true | Show x-axis labels. |
showYLabels | boolean | true | Show y-axis labels. |
filled | boolean | false | Fill area under line. |
| CSS Variable | Purpose |
|---|
--s-primary | Primary |
--s-success | Success |
--s-warning | Warning |
--s-error | Error |
--s-border | Border |
--s-text-muted | Text muted |
--s-font-mono | Font mono |
--s-surface | Surface |