raj Report post Posted January 28, 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
Sanjukta Report post Posted December 7, 2010 Hi, This might be occurring as you have set the window mode to transparent. Hope the issue is resolved. Share this post Link to post Share on other sites
Ayush Report post Posted April 27, 2012 (edited) same problem in my case Fusion chart is getting erased when I move the mouse cursor over it. In IE 7,8,9 And I also add screenshot .Can any body help me in this case Edited April 27, 2012 by Ayush Share this post Link to post Share on other sites
Swarnam Report post Posted April 27, 2012 Please refer Forum post http://forum.fusioncharts.com/topic/11652-fusionchart/page__pid__45659#entry45659 Share this post Link to post Share on other sites
Ayush Report post Posted April 30, 2012 I have attached the dummy application for fusion chart. Which is creating problem to display the charts in IE 7, 8, 9 browser. Dummy Fusion chart Application.zip Share this post Link to post Share on other sites
Ayush Report post Posted May 1, 2012 I have attached the dummy application for fusion chart. Which is creating problem to display the charts in IE 7, 8, 9 browser. Now can u please give me the solution of the problem . Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted May 1, 2012 Hey, Using your sample attached, we are not able to replicate the issue in IE 7,8, 9. Please find the attached screen shot for the sample tested in IE9. While mouse over the chart, the tooltip is displaying for the corresponding data plot. (shown in the screen shot attached). Hope this helps! Share this post Link to post Share on other sites