Recently I was looking to add some graphics to my python CherryPy application, and I discovered sparklines.
Sparklines are small graphical displays of numerical data that help you to get a timeline view. Their size makes it easy to add them in phrases or to compare different graphs quickly. Below are some examples:
This javascript jquery plugin is simplicity itself :
- Add the js script to your html page and add a jquery function
- Generate some numbers between a span tag
- And give that span a jquery function classname
And bob’s your uncle !
Go discover it for yourself !
