1
Is it possible to use some Animation in google’s pie-Chart? I put it like this, 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.
Hello friend, in fact what I would like is an Animation, for example, you see the chart mounting, something like.
– Felipe Paetzold
@Felipepaetzold, I understand what you want. I updated the code that shows the animation standing out, before Exploding.
– Taisbevalle
I got it, I did it with other values, but just like you said, thank you very much.
– Felipe Paetzold