Toggle Menu
Toolbly
Home
Tools
Blog
About
Contact
Privacy
Terms
Toggle theme
Home
Web Tools
Mini Sparkline Chart Generator
Mini Sparkline Chart Generator
Generate tiny inline SVG charts from a series of numbers.
Chart Data & Style
Data (comma-separated)
Stroke Color
Stroke Width: 2px
Live Preview
Generated SVG Code
<svg viewBox="0 0 100 30" xmlns="http://www.w3.org/2000/svg"> <polyline points="0,23.333333333333336 16.666666666666664,13.333333333333332 33.33333333333333,30 50,6.666666666666668 66.66666666666666,16.666666666666668 83.33333333333334,0 100,20" fill="none" stroke="#007bff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg>
What is a sparkline chart?
How do I use the generated SVG?
Can I customize the appearance?