cssCharts.js
cssCharts.js copied to clipboard
Real time update chart
Hi there,
Is it possible to update or redraw and animate the chart in real time, for example on click of a button?
Thanks Jeff
I guess you could re-build at any point $('.line-chart').empty().cssCharts({type:"line"});