raj

Fusionchart getting erased in firefox

Recommended Posts

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

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 by Ayush

Share this post


Link to post
Share on other sites

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

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!

post-23588-0-73747800-1335869555_thumb.png

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