thysultan / cssCharts.js

jquery plugin to create donut and bar charts with css
http://thysultan.com/projects/cssCharts/
45 stars 11 forks source link

Real time update chart #11

Open jeffceriello opened 7 years ago

jeffceriello commented 7 years ago

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

thysultan commented 7 years ago

I guess you could re-build at any point $('.line-chart').empty().cssCharts({type:"line"});