We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a727641 commit f138a31Copy full SHA for f138a31
lib/node_modules/@stdlib/plot/sparklines/unicode/docs/repl.txt
@@ -4,11 +4,11 @@
4
5
The following chart types are supported:
6
7
- - column
8
- - line
9
- - tristate
10
- - up-down
11
- - win-loss
+ - column: column chart (e.g., ▃▆▂▄▁▅▅).
+ - line: line chart (e.g., ⡈⠑⠢⠔⠒⠒⠒).
+ - tristate: tristate chart (e.g., ▄▀──▀▄▄▀).
+ - up-down: up/down chart (e.g., ↓↑↑↑↑↓↓↑).
+ - win-loss: win/loss chart (e.g., ┌╵└┴╵╷╷╵).
12
13
The `data` argument takes precedence over the `data` option.
14
0 commit comments