Skip to content

Commit cb3389e

Browse files
committed
Merge remote-tracking branch 'remotes/origin/ion-master-1.56' into ion-binary-1.56
2 parents 76921e4 + 59c186a commit cb3389e

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
@@ -3080,7 +3080,7 @@ function drawTitle(gd, ax) {
30803080
x = ax._offset + ax._length / 2;
30813081
y = (ax.side === 'top') ? pos - titleStandoff : pos + titleStandoff;
30823082
} else {
3083-
y = ax._offset + ax._length / 2;
3083+
y = ax._length / 2;
30843084
x = (ax.side === 'right') ? pos + titleStandoff : pos - titleStandoff;
30853085
transform = {rotate: '-90', offset: 0};
30863086
}

0 commit comments

Comments
 (0)