moorthy Report post Posted April 14, 2008 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
Bernard Report post Posted May 23, 2008 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