stack
GraphStack
Parts of a whole on one track. Write `- marketing: 48 js, 22 css, 30 images`. A share of cells is Waffle.
bundle
- marketing
- docs
- js,
- css,
- images
MDX
```
+------------------- [ BUNDLE ] -------------------+
| |
| marketing ████████████▓▓▓▓▓▒▒▒▒▒▒▒ |
| docs ███████▓▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒ |
| |
| █ js ▓ css ▒ images |
| |
+--------------------------------------------------+
```install
command
tokens
- week
- prompt,
- completion,
- cached
MDX
```
+------------------- [ TOKENS ] -------------------+
| |
| week █████████████████▓▓▓▓▓▓▓▓▒▒▒ |
| |
| █ prompt ▓ completion ▒ cached |
| |
+--------------------------------------------------+
```| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | — | Caption drawn on the top edge of the frame. |
| rows | StackRow[] | — | Each row has a label and labeled numeric segments. Optional when children are Markdown. |
| children | Markdown | — | - docs: 28 js, 18 css, 54 images |
| accent | string | — | Segment label to paint with the accent. Defaults to the first. |
| ticks | number | 24 | Bar 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. |
| corner | string | "+" | Character at each corner of the frame. |
| className | string | — | Passed to the outer frame. |