Line Chart Generator
A line or area chart from any CSV, drawn as SVG in the page and downloadable as a file.
Loading the tool…
How to use this tool
- Paste your data with the time or sequence labels in the first column and each series in its own column after it.
- Turn on the area fill if you are showing a single cumulative quantity; leave it off when comparing series, where the fills would obscure each other.
- Select Draw the line chart.
- Check that no row is missing. Gaps are drawn as if the time were continuous, so a skipped month becomes an invisible flat stretch.
What line chart generator does
A line chart says something a bar chart cannot: that the points are connected, that what happened between them followed the path drawn. That is why it belongs to data with a real order — time, distance, temperature — and why using one for unordered categories quietly asserts a continuity that is not there.
Paste a first column of labels and one or more numeric columns and this draws each as a line, optionally filled as an area. The horizontal axis is spaced evenly by row rather than by date, which is the honest limitation to know: if your rows skip a month, the gap will not show as a gap. The result is SVG, downloadable and editable as text.