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 it with getLabelLevelBBox (an extension of getLabelLevelSpan),
to compute axis margin push values. Use cache to not have to compute
the (costly) label bounding boxes unnecessarily
- compute ax._depth during Axes.drawOne, which is themeasure [in px]
between axis position and outward-most part of bounding box,
we use this for (1) multicategory label, (2) axis title and (3)
rangeslider placement
0 commit comments