Open jeffceriello opened 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
I guess you could re-build at any point $('.line-chart').empty().cssCharts({type:"line"});
$('.line-chart').empty().cssCharts({type:"line"});
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