Hi
Pradeep
Thanks
for using Syncfusion products.
We
suggest you to use “destroy()” method of JS chart to destroy the chart control.
Please find the below code snippet to achieve this,
[JS]
var chartObj = $("#container").data("ejChart");
chartObj.destroy();
If your intention is to destroy and
re-initialize the chart for animation, we suggest you to use “redraw()” method
of JS chart instead of destroy and re-initialize the chart. Since, the chart
will redraw with animation when call the redraw() function. Please find the attachment
sample for this solution.
Please let us know if you need any
further assistance.
Regards,
Vijayabharathi
Hi Pradeep,
Thanks for the update.
Please let us know if you need further assistance.
Regards,
Vijayabharathi