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
replace ax._counterSpan with ax._counterDomain(Min|Max)
... which can be computed before ax.setScale()
- This speeds up Axes.drawOne (e.g. for drag interactions)
- rangeslider requires one less loop over the counter axes
- make Fx.hover not have to depend on field computed in Axes.drawOne
- ax._counterDomain(Min|Max) will also be used for mirror auto-margin
computations
0 commit comments