Hi All,
I am implementing my first Google Chart and I would like to use the
Transition Animation feature.
I have setup my options with the following and although the other
options all function as expected, the animation does not work. Any
tips? Am I missing an include?
// Set chart options
var options = {legend:{position: 'bottom', textStyle:
{color: 'black', fontSize: 12}},
chartArea:{left:40,top:
20,width:"600",height:"250"},
width: 620,
height: 370,
pointSize:5,
animation:{
duration: 1000,
easing: 'out'
}
};
Thank you,
Will
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
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.