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
use Fx.castHoverOption to setup pie loneHover args
- pie trace array hoverlabel settings were broken before
this patch when pie `trace.sort = true` (the default by the way)
as this reorders the calcdata items which led to fx/calc filling
hoverlabel field in the wrong calcdata items.
- to solve the problem, simply don't rely on calcdata for hoverlabel
setting in pie traces (as we currently do for gl3d and gl2d).
0 commit comments