papon Report post Posted May 24, 2010 (edited) 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 May 24, 2010 by Guest Share this post Link to post Share on other sites
papon Report post Posted May 24, 2010 (edited) More info, app running in IE7 (not accesible with other browsers). thanks! Edited May 25, 2010 by Guest Share this post Link to post Share on other sites
papon Report post Posted May 25, 2010 Still persists the problem. Share this post Link to post Share on other sites
papon Report post Posted May 25, 2010 any help please? Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted May 26, 2010 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
papon Report post Posted May 26, 2010 (edited) Hi Basundhara Ghosal, I Edited May 26, 2010 by Guest Share this post Link to post Share on other sites
papon Report post Posted May 28, 2010 any suggestion? Share this post Link to post Share on other sites
papon Report post Posted May 31, 2010 The problem also happens in pages with only 3 or 4 charts. Thanks in advance. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted May 31, 2010 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
papon Report post Posted May 31, 2010 Hi Rajroop, thanks for your reply. I think thah i Share this post Link to post Share on other sites
papon Report post Posted June 9, 2010 any idea? thanks Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 11, 2010 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
papon Report post Posted June 14, 2010 Hi Basundhara Ghosal, thanks for your help. I was using this method because normally i Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 14, 2010 Hi, You are most welcome. Share this post Link to post Share on other sites