angular2-highcharts
angular2-highcharts copied to clipboard
Animation duration doesnt work
I have tried adding a delay to the gauge as below, the properties seems to be ignored somehow.
"plotOptions": { "series": { "animation": { "duration": 10000 } } }
I have upgraded angular2-highcharts to v0.5.5 I was on version 0.4.1 that doesnt seem to solve the issue.
Thanks