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?
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'sduration
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 setduration
to).Is there a known issue in angular-nvd3 where
duration
has no affect on pie charts per chance?