krispo / angular-nvd3

AngularJS directive for NVD3 reusable charting library (based on D3). Easily customize your charts via JSON API.
http://krispo.github.io/angular-nvd3
MIT License
1.29k stars 377 forks source link

Duration doesn't appear to have any affect on pieChart donut #766

Open Murkantilism opened 5 years ago

Murkantilism commented 5 years ago

I recently upgraded our nvd3 from v1.8.2 to v1.8.6 so we'd get this bugfix for duration not working on pieCharts. However it seems that it has had no affect, no matter what I set my donut chart's duration to it animates instantly.

When I tinker with the angular-nvd3 pieChart example here, and a plunker here, in a similar vein duration doesn't appear to affect the speed at which the slices of the pie will animate when you toggle other slices on/off (although in that example, there is an animation to begin with unlike my donut, but the speed of it doesn't change no matter what I set duration to).

Is there a known issue in angular-nvd3 where duration has no affect on pie charts per chance?