lini 0.11.0

Pretty diagrams from plain text, with fine-grained control. Compiles to clean, themeable SVG.
Documentation
1
2
3
4
5
6
7
|chart| "Quarterly hires by team" {
  direction: row; categories: "Engineering" "Sales" "Support" "Ops";
} [
  |axis| "people" { side: bottom; }
  |bars| "Q1" { data: 12 8 5 3; }
  |bars| "Q2" { data: 15 10 6 4; }
]