Skip to content

Commit 11a5557

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

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
@@ -3907,7 +3907,7 @@ axes.drawLabels = function(gd, ax, opts) {
39073907
var isLeft = has('left');
39083908
var isRight = has('right');
39093909
var isBottom = has('bottom');
3910-
var isAligned = (tickson != 'boundaries') && (isBottom || isLeft || isTop || isRight);
3910+
var isAligned = (tickson !== 'boundaries') && (isBottom || isLeft || isTop || isRight);
39113911
var pad = !isAligned ? 0 :
39123912
(ax.tickwidth || 0) + 2 * TEXTPAD;
39133913

0 commit comments

Comments
 (0)