I am using the Google Charts API to create a column chart. I have some other parts of the page that are animated when they load (not in the Google API) and would like Google graphics to come to life as well. This is pretty easy to implement, but the weird thing is how the chart is animated, and then the legend appears after the animation finishes.
Is it possible to immediately call a legend so that it is visible during the animation of diagrams?
Here's a script showing some animation diagrams and the following legends: http://jsfiddle.net/Qquse/1343/ , passing some animation settings in the diagram parameters ...
var options = { animation: { duration: 3000, easing: 'out', 'startup': true }
This thread: https://groups.google.com/forum/#!topic/google-chart-api/q15ggJ0sHNc may seem like I can do nothing about it, since this is a necessary feature of the way Google animates charts.
Thanks!
javascript jquery html charts
Drummad
source share