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
move scatter / bar .arrayToCalcDdata from .plot to .calc
- making calc-transforms behave as desired on relayout (e.g. zoom)
- this should also be a perf boost as trace array to calcdata
is now called only in the calc as-opposed to the plot step
(which is called more often e.g. on zoom)
0 commit comments