Skip to content

view on a desktop screen for a better experience.

gantt

GraphGantt

Work that overlaps on a shared calendar. Write `- build: 0.2 0.75 0.55`. A dated log is Timeline.

launch

[ LAUNCH ]
  • design
  • build
  • docs
  • ship
q1q2q3q4

MDX

```
+------------------- [ LAUNCH ] -------------------+
|                                                  |
| design   ████████----------------                |
| build**  -----███████░░░░░░------                |
| docs     -------------██░░░░░░░--                |
| ship     --------------------████                |
|          q1     q2      q3     q4                |
|                                                  |
+--------------------------------------------------+
```

install

command

week

[ THIS WEEK ]
  • rfc
  • patch
  • review
monwedfri

MDX

```
+----------------- [ THIS WEEK ] ------------------+
|                                                  |
| rfc**   ████████------------                     |
| patch   -------█████████----                     |
| review  --------------██████                     |
|         mon      wed     fri                     |
|                                                  |
+--------------------------------------------------+
```
[ PROPS ]
PropTypeDefaultDescription
titlestringCaption drawn on the top edge of the frame.
itemsGanttItem[]label, start, end, optional complete (0–1 fill inside the bar). Optional when children are Markdown.
childrenMarkdown- build: 0.2 0.75 0.55
ticksstring[]Labels under the track, spaced at the ends.
columnsnumber24Track width in characters.
stagestringRow label to focus. Other rows recede.
progressnumber0–1 playhead. Draws ▾ on the track.
glyphs"shade" | "ascii" | "hash" | "bar" | string[]"shade"Character set. shade is ·░▒▓█. ascii is .- =#@. Pass a preset or your own characters.
palette"mono" | "duo" | "multi""mono"mono is one accent plus muted. duo paints the second series with --graph-accent-2. multi cycles three accents.
cornerstring"+"Character at each corner of the frame.
classNamestringPassed to the outer frame.