We are seeing a problem where when you are scrolling the page with the mouse wheel once the cursor hits the fusion chart the scroll event appears to be consumed by the fusion chart, and thus the page stops scrolling.
We see this problem with most browsers using flash 10.0 and just IE using 10.1
We are using the js to create the Fusion charts and use the following method:
var myChart = new $wnd.FusionCharts(location, divid, width, height, debug, register);
with all the parameters being passed in from GWT
Any ideas on how to fix this?