Sign in to follow this  
FusionCharts Support

Chart not displayed 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

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