Jose Ivan Report post Posted March 30, 2012 HI !! How can i remove a fusionchart from FusionChart, 'cause i can see for example FusionCharts.item.IDchart.remove(); //error or something like that, from javascript..... i need to remove a chart from array .... regards!! Share this post Link to post Share on other sites
Sanjukta Report post Posted March 31, 2012 Hi, Please note that you can remove a chart instance from page and memory using dispose() function. Ref.- http://docs.fusioncharts.com/charts/contents/?JavaScript/API/Methods.html#dispose Hope this helps. Share this post Link to post Share on other sites