Want to make animations on a LineChart
Working with animation need to implement the method create chart.draw(data, options); is there any short way to make animations?
Need to check the options which is provided in google chart API
From: Kais Neffati [email protected] 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.
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.
Animations on bar charts executing twice