sparkline
Tiny javascript sparkline canvas graphs.
Installation
$ component install component/sparkline
API
Sparkline(canvas)
Initialize with the given canvas
.
Sparkline#update(data)
Update data
points, a series of floats. The sparkline
will be drawn and automatically compressed to fit within
the canvas
dimensions.
License
MIT