In my application I'm calling a function on page load that draws a barchart 
from JSON data retrieved server-side. I'm trying to include a transition 
effect on my barchart as it's initially drawn. Is the only way to 
accomplish this to initialize the chart with an empty datatable, change the 
datatable and redraw? It's a bit of an awkward solution for me as I 
currently have a single function responsible for drawing any kind of chart 
based on JSON data it receives & I would like to keep it as agnostic as 
possible, I don't want to have to write individually scripts for each and 
every one of my charts that get drawn to handle this. 

Are there any unobtrusive solutions for drawing animations?


-- 
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/-/hJA6SMkCLxkJ.
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.

Reply via email to