Hi,
I am trying to set animation on a ColumnChart but there is no method in com.google.gwt.visualization.client.visualizations.corechart.Options to do so.
Apparently calling the following function does not work either: options.set("animation.duration", new Double(1000));
Has anyone managed to animate a corechart through GWT ?
Thanks for your help !
Hugues