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
core.layouts calls scale.update multiple times. This is unnecessary. We do not need to calculate the ticks multiple times for example. We should instead call fit rather than update
fit, autoSkip, and calculateTickRotation do not work well together
There's some trade-off between auto-skipping and label rotation. It's unclear how these relate. Clarification proposed in Improve autoSkip documentation #6079
_autoSkip should probably happen in update rather than draw. Right now fit assumes all ticks will be drawn, which isn't true when autoSkip: true