AreaChart
A AreaChart component from the Sigil design system.
Import
import { AreaChart } from "@sigil-ui/components";Usage
<AreaChart>...</AreaChart>Props
| Prop | Type | Default | Description |
|---|---|---|---|
series | AreaChartSeries[] | — | — |
width | number | — | — |
height | number | — | — |
stacked | boolean | false | Stacked areas. |
showGrid | boolean | true | Show grid lines. |
curve | `"smooth" | "linear"` | smooth |
Token integration
| 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 |