We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301e1ee commit b394eaeCopy full SHA for b394eae
src/plots/cartesian/axes.js
@@ -3084,7 +3084,7 @@ function getTickLabelUV(ax) {
3084
var isBottom = has('bottom');
3085
var isInside = has('inside');
3086
3087
- var isAligned = (tickson != 'boundaries') && (isBottom || isLeft || isTop || isRight);
+ var isAligned = (tickson !== 'boundaries') && (isBottom || isLeft || isTop || isRight);
3088
3089
// early return
3090
if(!isAligned && !isInside) return [0, 0];
0 commit comments