Sign in to follow this  
rani dora

Rendering Issue In Ie 8 When Redrawing The Chart Multiple Tiimes

Recommended Posts

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!

post-29726-0-40748600-1347367655_thumb.png

Share this post


Link to post
Share on other sites
Guest Sumedh

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this