raj Report post Posted January 29, 2009 Fusion chart is getting erased when I move the mouse cursor over it. This problem occurs only in Firefox web browser. The problem do not exist in Internet Explorer and other web browsers like chrome and safari.Here is the code that I have used. var chart1 = new FusionCharts("/1/inc/fusioncharts/Charts/Pie3D.swf", "chart1Id", "600", "230", "0", "1"); chart1.setDataXML(""); chart1.addParam("wmode","transparent"); chart1.render("chart1div"); The problem is solved when I delete the addParam function.But I cant delete that to solve the problem. Share this post Link to post Share on other sites
FusionCharts Support Report post Posted January 29, 2009 Hi, Please let us know if your page contains any other JavaScript frameworks. Share this post Link to post Share on other sites
MilesD Report post Posted February 13, 2009 I too have this problem. The charts do not display in firefox but work in all other browsers. I do have other javascript frameworks on the page. Share this post Link to post Share on other sites