How do you disable the animation when series are drawn in GWT Highcharts? If I was using Highcharts in JavaScript directly, this would be the way to do it. In my GWT code, I have tried the following without success:
chart.setOption("/series/animation", false);