Skip to content

view on a desktop screen for a better experience.

stack

GraphStack

Parts of a whole on one track. Write `- marketing: 48 js, 22 css, 30 images`. A share of cells is Waffle.

bundle

[ BUNDLE ]
  • marketing
  • docs
  • js,
  • css,
  • images

MDX

```
+------------------- [ BUNDLE ] -------------------+
|                                                  |
| marketing  ████████████▓▓▓▓▓▒▒▒▒▒▒▒              |
| docs       ███████▓▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒              |
|                                                  |
| █ js  ▓ css  ▒ images                            |
|                                                  |
+--------------------------------------------------+
```

install

command

tokens

[ TOKENS ]
  • week
  • prompt,
  • completion,
  • cached

MDX

```
+------------------- [ TOKENS ] -------------------+
|                                                  |
| week  █████████████████▓▓▓▓▓▓▓▓▒▒▒               |
|                                                  |
| █ prompt  ▓ completion  ▒ cached                 |
|                                                  |
+--------------------------------------------------+
```
[ PROPS ]
PropTypeDefaultDescription
titlestringCaption drawn on the top edge of the frame.
rowsStackRow[]Each row has a label and labeled numeric segments. Optional when children are Markdown.
childrenMarkdown- docs: 28 js, 18 css, 54 images
accentstringSegment label to paint with the accent. Defaults to the first.
ticksnumber24Bar width in characters.
glyphs"shade" | "ascii" | "hash" | "bar" | string[]One character per segment, or a preset. Defaults to █▓▒░#=+ -.
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.