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
8
9
10
11
|chart| "Latency (ms)" { categories: "p50" "p90" "p99" "p999"; } [
  |line| "v1" {
    data: 15 70 150 480; marker: circle; tags: "Low" "medium" "High" "Max";
  }
  |line| "v2" {
    data: 12 40 100 300; stroke-style: dashed; marker: circle; tags: "Low" "medium" "High" "Max";
  }
  |line| "Speed" {
    data: 290 160 70 40; stroke-style: dotted; marker: circle; tags: "Cool" "Warm" "Hot" ""; fill: --purple;
  }
]