Skip to content

view on a desktop screen for a better experience.

spark

GraphSpark

Sparkline from block characters. Values scale to the highest point.

latency

data can be a string of numbers. The last point is the accent.

[ LATENCY ]

last point is the accent

Sparkline with 12 points. last point is the accent

MDX

```
+------------------ [ LATENCY ] -------------------+
|                                                  |
| ▂▃▄▃▅▅▇▆▇▅█▇                                     |
| last point is the accent                         |
|                                                  |
+--------------------------------------------------+
```

install

command

requests

A quieter series.

[ REQUESTS ]

last twelve deploys

Sparkline with 12 points. last twelve deploys

MDX

```
+------------------ [ REQUESTS ] ------------------+
|                                                  |
| ▄▄▅▃▆▇▆█▇▆▅▆                                     |
| last twelve deploys                              |
|                                                  |
+--------------------------------------------------+
```
[ PROPS ]
PropTypeDefaultDescription
titlestringCaption drawn on the top edge of the frame.
datanumber[] | "2 3 4"Relative values. Scaled to the max.
captionstringMuted line under the sparkline.
glyphs"shade" | "ascii" | "hash" | "bar" | string[]▁▂▃▄▅▆▇█Defaults to spark bars. Pass shade, ascii, hash, bar, 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.