Category Archives: Javascript
Javascript sparklines
This code is from John Resig’s site To use, place your data points within your HTML, like so: <span class=”sparkline”>10,8,20,5…</span> (Note: Any HTML element with a class of ‘sparkline’ is checked) Then, in your CSS, you might want to have … Continue reading
Posted in Computer, Javascript
Comments Off