SVG chart generator for data visualization. Create bar charts, line charts, pie charts, scatter plots, heatmaps, dashboards, comparison charts, and trend ana...
Pure-code SVG charts. No chart libraries, no dependencies. Open in any browser.
┌─────────────┬────────────────────────────────┐
│ Command │ Description │
├─────────────┼────────────────────────────────┤
│ bar │ Bar chart — category compare │
│ line │ Line chart — trend over time │
│ pie │ Pie chart — proportions │
│ scatter │ Scatter plot — correlation │
│ heatmap │ Heatmap — matrix data │
│ dashboard │ Dashboard — multi-metric view │
│ compare │ Comparison — side-by-side bars │
│ trend │ Trend — annotated line chart │
└─────────────┴────────────────────────────────┘
Comma-separated label:value pairs: Label1:100,Label2:85,Label3:200
.svg and open in browserscripts/visualize.sh — Main scriptZIP package — ready to use