
Steve Drew
Members-
Content count
8 -
Joined
-
Last visited
About Steve Drew
-
Rank
Forum Newbie
-
Charts Called Twice With Flash Version 11 Flash 10 Ok
Steve Drew replied to Steve Drew's topic in Bug Reports
Just happen to try latest version of Fusion charts XT (3.3.1) 18 Nov 2013, and this problem still exists!!! I think I have been pretty patient seeing we logged the original bug in Jan 2012. Maybe most people don't care or realize this is happening, but when it is a pain is when a user selects a chart that cause a lot of system resources to produce the data. With the current bug it hits the server twice, so a real waste of resources. As mentioned is only on the flash charts, the js charts do not hit the server twice. Any resolution in sight? -
Charts Called Twice With Flash Version 11 Flash 10 Ok
Steve Drew replied to Steve Drew's topic in Bug Reports
Any updates on this, its been well over a year with this serious bug? Having the charts run twice is a real waste of resources. Is no one else concerned that their server is called twice for every chart? Thanks. -
Charts Called Twice With Flash Version 11 Flash 10 Ok
Steve Drew replied to Steve Drew's topic in Bug Reports
Is there any ETA? Will the fix be this year? Can you offer any workaround for this serious bug? Thanks. Steve. -
Charts Called Twice With Flash Version 11 Flash 10 Ok
Steve Drew replied to Steve Drew's topic in Bug Reports
Any update on this bug as it is a significant issue, it has been 4 months so any progress or ETA on a fix? Thanks, -
Charts Called Twice With Flash Version 11 Flash 10 Ok
Steve Drew replied to Steve Drew's topic in Bug Reports
Any update on this? ETA on a fix? This is a significant issue, as everyone cannot avoid upgrading to flash version 11?? Thanks, Steve. -
Steve Drew started following Charts Called Twice With Flash Version 11 Flash 10 Ok
-
Fusion Charts calls server url Twice (most of the time). I have found that this issue occurs since Flash upgrade to version 11.1.102.55 Occurs with all charts under version 11, still tests ok under Flash 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? A simple script like this can produce the issue, tested on multiple PC's / Servers. <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>
-
Why The Background Executive Twice
Steve Drew replied to shaoshan.yang's topic in FusionCharts and ASP.NET
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. -
Why The Background Executive Twice
Steve Drew replied to shaoshan.yang's topic in FusionCharts and ASP.NET
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