Hello
Does anyone know how to perform animations using the Visualization API in
GWT?
I've tried this:
com.google.gwt.visualization.client.visualizations.corechart.ComboChart.Options
options =
new
com.google.gwt.visualization.client.visualizations.corechart.ComboChart.Options();
options.set("animation", true);
options.set("duration", 3000.0);
options.set("easing", "in");
// Also this
options.set("animation.duration", 3000.0);
options.set("animation.easing", "in");
Any suggestions?
/Filip
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-visualization-api/-/oDxCGBG0U7EJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-visualization-api?hl=en.