Hal Report post Posted June 4, 2013 Just thought I would share the syntax for dropping all the charts on a page before you start creating them from scratch. <script type="text/javascript"> $(document).ready(function () { // remove previous instances of fusion charts for (chart in FusionCharts.items) { FusionCharts(chart).dispose(); } }); </script> Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 4, 2013 Hi Welcome to FusionCharts Forum! We appreciate your efforts. And thank you for suggesting this. Share this post Link to post Share on other sites