How to delete an amCharts Chart
If you want to destroy the chart object, at all, call:
chart.clear();
and then null the chart variable:
chart = null;
If you want to destroy the chart object, at all, call:
chart.clear();
and then null the chart variable:
chart = null;