Reputation: 4876
I'm using Highchart with Angular and have used the ng dependency for highchart library from here butI'm not able to animate the guage chart, I want to animate the chart as in the OFFICIAL PAGE I've made sure to add the animate factors but not able to make it work
Here is the FIDDLE
animation: {
duration: 5000,
easing: "linear"
}
Please help me in animate the chart,
Thanks.
Upvotes: 0
Views: 1483
Reputation: 1482
Just had the same issue and found that installing the lastest version of highcharts solved my problem (>4.1.4).
Hope this will help someone, your fiddle now works btw.
Upvotes: 2