Sign in to follow this  
moorthy

Pie rotation when wmode = transparent

Recommended Posts

I added the following to the FusionCharts.js file in order to prevent existing page controls from appearing behind the FusionCharts graph (eg drop-down menu):

this.addParam('wmode', 'transparent');

However, this has had an adverse effect when enabling rotation on a 3d pie chart. Instead of a fluid rotation, the rotation effect is staggered. It looks like it freezes then jumps to the new rotation point (if you know what I mean).

Same time I can able to get the fluid rotation if the data points are less than 4

Share this post


Link to post
Share on other sites

Try using "opaque" instead of "transparent". You might get lucky as it is a bit less CPU intensive.

 

How many graphs do you have on the page?

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