BarChart
A BarChart component from the Sigil design system.
import { BarChart } from "@sigil-ui/components";
| Prop | Type | Default | Description |
|---|
groups | BarChartGroup[] | — | — |
direction | `"vertical" | "horizontal"` | — |
showValues | boolean | true | Show value labels on bars. |
showGrid | boolean | true | Show gridlines. |
maxBarSize | number | 200 | Maximum bar height/width in px. |
| CSS Variable | Purpose |
|---|
--s-primary | Primary |
--s-success | Success |
--s-warning | Warning |
--s-error | Error |
--s-info | Info |
--s-font-mono | Font mono |
--s-text-muted | Text muted |
--s-border | Border |
--s-radius-sm | Radius sm |
--s-duration-normal | Duration normal |
--s-surface-elevated | Surface elevated |
--s-primary-contrast | Primary contrast |