Sign in to follow this  
papon

Some charts not loading in a multiple charts page

Recommended Posts

Hi all,

 

 

 

i have a page with about 15 charts, all msline, each one with a different ID and a random param in the object swf call.

 

The page also have an asp directive for no caching: <%@ OutputCache Location="None" VaryByParam="None" %>

 

 

 

Example of js code:

 

var myChart_GraficoA = new FusionCharts("../../../FusionCharts/charts/FusionCharts/MSLine.swf?nocache=GraficoA1317158920&LoadDataErrorText=.", "FusionCharts_GraficoA", "1150", "450", "0", "1");  myChart_GraficoA.setTransparent(true); myChart_GraficoA.render("Div_GraficoA");

 

 

 

 

 

Sometimes all charts loads ok, but others only loads the 4 first, only one, or all but one.

 

 

 

I need help with this, thanks for your time.

Edited by Guest

Share this post


Link to post
Share on other sites

More info, app running in IE7 (not accesible with other browsers).

 

 

 

 

 

thanks!

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Papon,

We appologize for the inconvenience.

Could you please confirm the following?

1) Whether you are using dataXML method or dataURL method to render the charts?

2) Whether the value for "nocache" is generated uniquely for each chart?

Also, could you please send us the screen-shot of the error that you are receiving while rendering the chart?

Awaiting your reply.

Share this post


Link to post
Share on other sites
Guest Rajroop

Hey Papon,

 

 

 

We have provided for a fix for this in our latest version. Could you please try using the latest version of FusionCharts to over-come this discrepancy?

 

Ref.- http://www.fusioncharts.com/PUC

 

 

 

Please try not re-naming the SWF files after the update is done and see if this works for you.

 

 

 

I hope this helps.

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

FCObject.SetVariable('_root.dataURL',"");

FCObject.SetVariable('_root.isNewData',"1");

FCObject.SetVariable('_root.newData',strXML);

FCObject.TGotoLabel('/', 'JavaScriptHandler');

Could you please let us know whether you are this code to update the chart?

This is not a recomendate method to update the chart.

Please try using the setdataXML method for the same. 

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