BillingChart
A BillingChart component from the Sigil design system.
Import
import { BillingChart } from "@sigil-ui/components";Usage
<BillingChart>...</BillingChart>Props
| Prop | Type | Default | Description |
|---|---|---|---|
periods | BillingPeriod[] | — | — |
width | number | — | — |
height | number | — | — |
currency | string | $ | Currency symbol. |
showLegend | boolean | true | Show legend. |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-primary | Primary |
--s-success | Success |
--s-warning | Warning |
--s-error | Error |
--s-info | Info |
--s-border | Border |
--s-text-muted | Text muted |
--s-font-mono | Font mono |
--s-text | Text |