Sign in to follow this  
shaoshan.yang

Why The Background Executive Twice

Recommended Posts

Guest Angshu

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

Could you please elaborate your query a bit more?

 

Awaiting for your response.

Share this post


Link to post
Share on other sites

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

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

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

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