Ben Vanberg Report post Posted March 16, 2011 I have a page that uses ajax to dynamically switch "tabs" each of which have multiple fusion charts on them. All of these charts work fine in Chrome and Firefox. However, in IE, they only work some of the time. I'm getting "Error in loading data" intermittently while switching "tabs" or making selections that cause the chart div to "re-render." Even when switching my code to supply static xml to chart I am getting the same behavior. It doesn't seem to be a problem with the code as everything is working perfectly in all other browsers. When turning on debug mode in fusion charts I don't get any when the problem occurs. The message "Error in loading data" is shown and the debug screen show no errors nor does it show any XML. I'm used to seeing some errors in the debug window when there are problems with the XML. This doesn't show anything wrong. Any ideas what's going on here? Is there a way to determine what is happening with the chart, as debug mode isn't helping? Chart javascript looks like this... //need to dispose first otherwise FC creates a new Id and we are unable to reference the chart for changes if (FusionCharts("#{chartId}")) {FusionCharts("#{chartId}").dispose();} var #{chartId}Chart = new FusionCharts("#{flashFile}?noCache=" + new Date().getMilliseconds(), "#{chartId}", "#{width != null ? width : '90%'}", "#{height != null ? height : 525}", "#{debug != null ? debug : 0}", "1"); //Need to escape the url, or else the conversationId will not be passed properly #{chartId}Chart.setChartDataUrl(escape("#{chartDataURL}&time=" + new Date().getMilliseconds()),"xml"); #{chartId}Chart.render("#{chartId}Div"); Using 3.2.1 of fusion charts. Thanks, Ben. Share this post Link to post Share on other sites
Guest Angie Report post Posted March 17, 2011 Hi, Welcome to FusionCharts Forum! Could you please send us a screenshot or any live link to look into the issue? Please confirm the IE version you are using. Awaiting for your reply. Share this post Link to post Share on other sites
devi Report post Posted August 5, 2011 (edited) Hi, Welcome to FusionCharts Forum! Could you please send us a screenshot or any live link to look into the issue? Please confirm the IE version you are using. Awaiting for your reply. Hi, I also have the same problem. I am using IE version 8. My charts are loading well in Firefox,Chrome, and safari. I have problem in IE only. Please get me out of it. Edited August 5, 2011 by devi Share this post Link to post Share on other sites
Guest Angshu Report post Posted August 5, 2011 Hi, Welcome to FusionCharts Forum! Please confirm the FusionCharts version you are using. It would be helpful for us, if you can send a screenshot or any live link to look into the issue. Awaiting for your response. Share this post Link to post Share on other sites
devi Report post Posted August 5, 2011 Hi, Welcome to FusionCharts Forum! Please confirm the FusionCharts version you are using. It would be helpful for us, if you can send a screenshot or any live link to look into the issue. Awaiting for your response. Hi , I am using version 3. Issue in IE.doc Share this post Link to post Share on other sites