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.
2 parents 76921e4 + 59c186a commit cb3389eCopy full SHA for cb3389e
src/plots/cartesian/axes.js
@@ -3080,7 +3080,7 @@ function drawTitle(gd, ax) {
3080
x = ax._offset + ax._length / 2;
3081
y = (ax.side === 'top') ? pos - titleStandoff : pos + titleStandoff;
3082
} else {
3083
- y = ax._offset + ax._length / 2;
+ y = ax._length / 2;
3084
x = (ax.side === 'right') ? pos + titleStandoff : pos - titleStandoff;
3085
transform = {rotate: '-90', offset: 0};
3086
}
0 commit comments