Skip to content

Commit b394eae

Browse files
authored
Update src/plots/cartesian/axes.js
1 parent 301e1ee commit b394eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/axes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3084,7 +3084,7 @@ function getTickLabelUV(ax) {
30843084
var isBottom = has('bottom');
30853085
var isInside = has('inside');
30863086

3087-
var isAligned = (tickson != 'boundaries') && (isBottom || isLeft || isTop || isRight);
3087+
var isAligned = (tickson !== 'boundaries') && (isBottom || isLeft || isTop || isRight);
30883088

30893089
// early return
30903090
if(!isAligned && !isInside) return [0, 0];

0 commit comments

Comments
 (0)