Stupidly Simple SVG Sparklines
The article describes how to create simple SVG sparklines—small, axis-less line graphs—using the SVG polyline element, which takes a list of x,y coordinate pairs. It highlights the ease of generating them programmatically and hints at a small problem to spot in the example code.