rani dora Report post Posted September 11, 2012 We are using Fusion charts and we have a requirement to render two charts on a page, multiple times, on click of certain divs. We are getting the "Out of Memory" error in IE 8 after multiple clicks and the chart stops rendering. Sometimes we are also getting "Unspecified error". This issue is occurring only in IE. Please suggest how to fix this issue. Please find attached the screenshot of the page displayed when 'Out of memory' error is occurring, for reference. Thanks! Share this post Link to post Share on other sites
Guest Sumedh Report post Posted September 13, 2012 Hi, Please note that the chart ids must be unique. Also, please try using dispose() method before re-rendering the same chart. Ref. Code: FusionCharts("myChartId").dispose(); If this does help to resolve your issue, please send us the sample code and mention the FusionCharts version that you are using. Share this post Link to post Share on other sites