Sign in to follow this  
Ben Vanberg

Intermittent "error In Loading Data" Issue In Ie

Recommended Posts

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

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

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

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

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 by devi

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

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

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

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

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