Sign in to follow this  
drew

Fusionchart And Firefox 13.0.4

Recommended Posts

Hello,

 

I am displaying 4 charts on the page, but for each of them on FF. I am seeing is just a blank span with no object element referencing to the FusionChart swf file.

 

<span id="ChartDiv3" style="line-height: 100%; display: inline-block; width: 805px; height: 210px;"></span>

 

But the same chart loads up nicely on Chromium and IE browser, only FF is giving such problems.

 

Fusion Charts Version: 3.4

 

Calling Style:

var myChart = new FusionCharts('/cem/charts/Pie3D.swf', 'MyChart1', width, '210' , 0,0);

 

myChart.setXMLData(data.chartDataXML);

myChart.render( 'MyChart1');

 

 

Thanks

drew.

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