You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that when the outlabeledPie chart type is used in combination with the deferred plugin, the animation of the chart first goes counter-clockwise, then waits for the defferer, and then spins clockwise again. Unfortuntately, that doesn't look good and also defeats the purpose of the deferred option.
Hey there,
thanks for the amazing plugin!
I noticed that when the
outlabeledPie
chart type is used in combination with the deferred plugin, the animation of the chart first goes counter-clockwise, then waits for the defferer, and then spins clockwise again. Unfortuntately, that doesn't look good and also defeats the purpose of the deferred option.See Fiddle
The issue can be 'fixed' by setting an animation duration of
1ms
, and then updating the animation duration with asetTimeout
function:which gives the following result
see this Fiddle for working example
As this is a mere hack, it would be nice to have it working in the repo instead!
The text was updated successfully, but these errors were encountered: