shereen Report post Posted January 10, 2011 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 Report post Posted January 10, 2011 Hi, Welcome again to FusionCharts Forum! We are looking into the issue and will get back to you very soon. Share this post Link to post Share on other sites