cssCharts.js icon indicating copy to clipboard operation
cssCharts.js copied to clipboard

Real time update chart

Open jeffceriello opened this issue 8 years ago • 1 comments

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

jeffceriello avatar Dec 06 '16 12:12 jeffceriello

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

thysultan avatar Dec 06 '16 13:12 thysultan