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);
Please try this approach:
Of course instead of
setLinePlotOptionsandnew LinePlotOptions()you need to put a proper subclass ofPlotOptions