GanttChart
A GanttChart component from the Sigil design system.
import { GanttChart } from "@sigil-ui/components";
<GanttChart>...</GanttChart>
| Prop | Type | Default | Description |
|---|
groups | GanttGroup[] | — | — |
totalUnits | number | — | Total number of time units on the x-axis. |
unitLabels | string[] | — | Labels for x-axis columns (e.g. week names, sprint names). |
unitName | string | Sprint | Unit label shown in header. |
| CSS Variable | Purpose |
|---|
--s-radius-card | Radius card |
--s-border | Border |
--s-surface | Surface |
--s-text-muted | Text muted |
--s-surface-elevated | Surface elevated |
--s-text | Text |
--s-primary | Primary |
--s-radius-sm | Radius sm |