Skip to content

Commit f83fb55

Browse files
🔪 test code
1 parent 6797c9d commit f83fb55

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
@@ -2102,7 +2102,7 @@ axes.doTicks = function(gd, axid, skipTitle) {
21022102
}
21032103

21042104
function doAutoMargins() {
2105-
var marginPush = ax.titlefont.size + 15 +
2105+
var marginPush = ax.titlefont.size +
21062106
(axLetter === 'x' ? ax._boundingBox.height : ax._boundingBox.width);
21072107

21082108
if(!ax._marginPush || ax._marginPush < marginPush) {

0 commit comments

Comments
 (0)