shaoshan.yang Report post Posted October 28, 2011 Chart. SetDataURL () method invocation asp.net, why the background executive twice? Share this post Link to post Share on other sites
Guest Angshu Report post Posted October 28, 2011 Hi, Welcome to FusionCharts Forum! Could you please elaborate your query a bit more? Awaiting for your response. Share this post Link to post Share on other sites
Steve Drew Report post Posted December 31, 2011 I have same problem, Server (url) script is always called twice. I am using fusion charts 3.2 and fusionwidgets 3.1.1 (happens with all charts). Seems to happen with any chart, example below is with a Gantt, but occurs with any fusioncharts or fusionwidgets chart I have tried. <script type="text/javascript" src="../lib/fcharts32/FusionCharts.js"></script> <div id='div1'></div> <script type="text/javascript"> var c = new FusionCharts('../lib/fcharts32/Charts/Gantt.swf','C999',400,300); c.setXMLUrl('project_timeline.php?ID=243'); c.render('div1'); </script> I believe the problem is due to the FusionCharts.js script. If I switch to an old 3.1 version of the script the above only calls the server once as expected. Is there an updated FusionCharts.js script that works properly with 3.2 charts? Thanks, Steve Share this post Link to post Share on other sites
Steve Drew Report post Posted December 31, 2011 I have found that this issue occurs since Flash upgrade to version 11.1.102.55 Occurs with all charts under version 11, was fine under version 10,3,181,14 So there is obviously a compatibility issue with Fusion Charts (3.2)/ Widgets etc with Flash 11. Any fixes or workarounds for this issue? Thanks, Steve. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted August 27, 2012 Hi Steve, Could you please try using the latest version of FusionCharts XT? Recently, we have released a new version of FusionCharts XT i.e., FusionCharts XT v3.2.2 Service Release 4. Being a service release version it has many bug fixes and enhancements. You can get the trial version from here: http://www.fusioncharts.com/download/trials/ Share this post Link to post Share on other sites