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
The text was updated successfully, but these errors were encountered:
core.layouts
callsscale.update
multiple times. This is unnecessary. We do not need to calculate theticks
multiple times for example. We should instead callfit
rather thanupdate
fit
,autoSkip
, andcalculateTickRotation
do not work well together_autoSkip
should probably happen inupdate
rather thandraw
. Right nowfit
assumes all ticks will be drawn, which isn't true whenautoSkip: true
The text was updated successfully, but these errors were encountered: