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.