Sparkline Generator
A small inline trend line sized to sit in a table cell, with high, low and latest marked.
Loading the tool…
How to use this tool
- Paste the series you want to summarise — a row of numbers or a column, either works.
- Set the width to match the space it has to sit in. Around 120 pixels suits a table cell; 240 suits a dashboard tile.
- Select Draw the sparkline.
- Paste the SVG straight into your HTML. It carries no script and loads nothing, so it works inside a README or an email template.
What sparkline generator does
A sparkline is a chart small enough to sit inside a sentence or a table cell. It deliberately drops the axes, the gridlines and the labels, because its job is not to let you read a value — the number is right next to it — but to show whether that number arrived by climbing, falling or bouncing.
Paste a series of numbers and this draws one at whatever width you set, marking the high, the low and the latest point. The output is a self-contained SVG you can paste straight into a dashboard cell, a status page or a README, with no script and no request to anything. It is the right chart for a column of eighty rows, where eighty full charts would be unreadable.