GraphGantt
Import
import { GraphGantt } from 'markgraphy';Basic usage
<GraphGantt
title="example"
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | — | — |
items | GanttItem[] | — | — |
ticks? | string[] | — | — |
columns? | number | 24 | — |
stage? | string | — | — |
progress? | number | — | — |
glyphs? | Glyphs | — | — |
palette? | GraphPalette | — | — |
corner? | string | — | — |
class? | string | '' | — |
Exported types
GanttItemGraphGanttProps