C3: Clear chart data

Created on 22 Aug 2014  路  1Comment  路  Source: c3js/c3

Is there any way to clear out the chart without having to know already loaded data?

Most helpful comment

Solved:
c3chart.load({unload: true});
Where c3chart is created by c3.generate({...

>All comments

Solved:
c3chart.load({unload: true});
Where c3chart is created by c3.generate({...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

laurentdebricon picture laurentdebricon  路  3Comments

snkashis picture snkashis  路  4Comments

jstone-ponderosa picture jstone-ponderosa  路  3Comments

Kreozot picture Kreozot  路  3Comments

MarcusJT picture MarcusJT  路  4Comments