lini 0.11.2

Pretty diagrams from plain text, with fine-grained control. Compiles to clean, themeable SVG.
Documentation
1
2
3
4
5
6
7
|chart| "Ship profiles" {
  direction: radial; categories: "Speed" "Range" "Armor" "Cost" "Stealth";
} [
  |axis| { range: 0 5; }
  |line| "Scout" { data: 5 4 2 3 5; }
  |area| "Cruiser" { data: 3 3 5 4 2; fill: --teal; }
]