lini 0.11.2

Pretty diagrams from plain text, with fine-grained control. Compiles to clean, themeable SVG.
Documentation
1
2
3
4
5
|chart| "Markets" [
  |axis| "growth %" { side: bottom; }
  |axis| "share %" { side: left; }
  |dots| { data: 12 40, 25 55, 38 30, 8 22, 30 12; }
]