Sign in to follow this  
shereen

Exporting Chart After Redrawing It In Ie8,7

Recommended Posts

we are facing an issue with export of fusion charts in ie.

I am attaching a sample html file in which we were able to recreate the issue.

 

We have a requirement to give the fleixibility to the user to remove the chart and add it back again in the browser.

 

issue: the chart does not get exported after we explicitly draw the fusion chart using a javascript function, see drawMyChart() function in html file. But if the same function (drawMyChart()) is called onload of the html body... the chart (after is drawn) is exportable using ExportMyChart() function.

 

Steps to create the issue in ie8:

 

1. click on the export button and this will export just fine with the waiting button changing to save.

2. Now click on the remove chart button and the chart and the export component will be removed from the dom.

3. Now click on the draw button and the chart will again come up just fine.

4. click on the export button... nothing happens.. debugging shows that the getChartFromId does return the chart object, but hasRendered and hasRendered() are not defined for this anymore. so the chart does not export.

 

you can still right click on the chart and export it just fine, and in firefox, clicking on export button works fine and chart is exported correctly... so the issue happens in ie.

any help please... ?

Thanks

myexport1.html

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Welcome again to FusionCharts Forum!smile.gif

 

We are looking into the issue and will get back to you very soon.

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