vimalavinisha / angular2-google-chart

Angular 2 google chart
MIT License
59 stars 45 forks source link

Want to make animations on a LineChart #24

Open KaisNeffati opened 7 years ago

KaisNeffati commented 7 years ago

Working with animation need to implement the method create chart.draw(data, options); is there any short way to make animations?

vimalavinisha commented 7 years ago

Need to check the options which is provided in google chart API


From: Kais Neffati notifications@github.com Sent: Monday, February 13, 2017 6:27:11 PM To: vimalavinisha/angular2-google-chart Cc: Subscribed Subject: [vimalavinisha/angular2-google-chart] Want to make animations on a LineChart (#24)

Working with animation need to implement the method create chart.draw(data, options); is there any short way to make animations?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/vimalavinisha/angular2-google-chart/issues/24, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AKh98HHjn6gFPjoeYj0UHtws7T-fixXMks5rcFMngaJpZM4L_LBr.

KaisNeffati commented 7 years ago

Actually manipulating options does not lead you to make animations, the normal way is done using the method chart. draw (data, options);, I would like to know is there another way to use animation google charts with angular 2.

rajvarshu commented 7 years ago

Animations on bar charts executing twice