WaterfallChart
A WaterfallChart component from the Sigil design system.
import { WaterfallChart } from "@sigil-ui/components";
<WaterfallChart>...</WaterfallChart>
| Prop | Type | Default | Description |
|---|
rows | WaterfallRow[] | — | — |
unit | string | ms | Unit label for totals. |
badge | string | — | Badge text shown below (e.g. "~50x faster"). |
| CSS Variable | Purpose |
|---|
--s-duration-normal | Duration normal |
--s-ease-out | Ease out |
--s-ease-default | Ease default |
--s-text | Text |
--s-text-muted | Text muted |
--s-primary | Primary |
--s-radius-sm | Radius sm |
--s-surface-elevated | Surface elevated |
--s-chart-series-1 | Chart series 1 |
--s-primary-contrast | Primary contrast |
--s-shadow-sm | Shadow sm |
--s-success | Success |