Is it possible to use some animation in google pie-chart? I put it that way, but it's not working:
var options = {
title: 'Tickets por prazo',
series: {
0: {"color": '#57c8f2'},
1: {"color": '#ff6c60'}
},
animation:{
duration: 1500,
startup: true
}
};
If you can help, thank you.