Skip to content

Commit d0d5b1c

Browse files
authored
Update readme.md
1 parent 47b4667 commit d0d5b1c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ char(64) + shift(-13) // bar 64 shifted 13 steps down
117117

118118
## Alternatives
119119

120-
* [datatype](https://github.com/franktisellano/datatype)
120+
- **[Linefont](https://github.com/dy/linefont)** — Closest companion to Wavefont. Uses the same `0–127` character encoding but renders connected line charts instead of bars.
121+
- **[Datatype](https://github.com/franktisellano/datatype)** — Inline bar, line and pie charts with readable syntax such as `{b:30,70}`. Supports up to 20 values.
122+
- **[Sparks](https://github.com/aftertheflood/sparks)** — Compact inline sparklines using normalized `0–100` values. Includes bars, dots and connected-dot styles.
123+
- **[FF Chartwell](https://www.typeface.com/fonts/chartwell)** — Commercial chart-font family for pie, bar, line, area, ring, radar, scatter and other chart types.
124+
- **Unicode block elements** — Characters such as `▁▂▃▄▅▆▇█`. Dependency-free and widely supported, but limited to eight height levels.
121125

122126
<p align="center"><a href="https://github.com/krishnized/license/">🕉</a><p>

0 commit comments

Comments
 (0)