Is there any way to clear out the chart without having to know already loaded data?
Solved: c3chart.load({unload: true}); Where c3chart is created by c3.generate({...
Most helpful comment
Solved:
c3chart.load({unload: true});
Where c3chart is created by c3.generate({...