angular2-highcharts icon indicating copy to clipboard operation
angular2-highcharts copied to clipboard

Animation duration doesnt work

Open khraibani opened this issue 7 years ago • 0 comments

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

khraibani avatar Mar 16 '17 16:03 khraibani