Peity Example

Reference: http://www.webresourcesdepot.com/tiny-charts-sparklines-with-jquery-peity/

by João Vicente Machado

HTML

<script src="http://benpickles.github.com/peity/jquery.peity.js"></script>
<hr/>
<span class="line" data-peity='{ "height" : 100, "min" : 50, "width" : 400 }' >0,1,1,2,2,2,3,3,4,4,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,5,5,4,4,3,3,2,2,1,1,0</span>
<hr/>

JavaScript

$(".line").peity("line");