Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/ion-master-1.56' into io…
Browse files Browse the repository at this point in the history
…n-binary-1.56
  • Loading branch information
michelezanda committed Dec 29, 2021
2 parents 76921e4 + 59c186a commit cb3389e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plots/cartesian/axes.js
Original file line number Diff line number Diff line change
Expand Up @@ -3080,7 +3080,7 @@ function drawTitle(gd, ax) {
x = ax._offset + ax._length / 2;
y = (ax.side === 'top') ? pos - titleStandoff : pos + titleStandoff;
} else {
y = ax._offset + ax._length / 2;
y = ax._length / 2;
x = (ax.side === 'right') ? pos + titleStandoff : pos - titleStandoff;
transform = {rotate: '-90', offset: 0};
}
Expand Down

0 comments on commit cb3389e

Please sign in to comment.