Skip to content

Commit 93c229b

Browse files
authored
Update src/plots/cartesian/axes.js
1 parent b394eae commit 93c229b

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
@@ -3178,7 +3178,7 @@ axes.makeLabelFns = function(ax, shift, angle) {
31783178
var isLeft = has('left');
31793179
var isRight = has('right');
31803180
var isBottom = has('bottom');
3181-
var isAligned = (tickson != 'boundaries') && (isBottom || isLeft || isTop || isRight);
3181+
var isAligned = (tickson !== 'boundaries') && (isBottom || isLeft || isTop || isRight);
31823182

31833183
var insideTickLabels = has('inside');
31843184
var labelsOverTicks =

0 commit comments

Comments
 (0)