Skip to content

Commit 9466992

Browse files
committed
Add file for changelog
1 parent 23ae4d3 commit 9466992

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

draftlogs/6312_fix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix bug with automargin and axis titles [[#6312](https://github.com/plotly/plotly.js/pull/6312)]

src/plot_api/plot_api.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1888,8 +1888,6 @@ function addAxRangeSequence(seq, rangesAltered) {
18881888
}
18891889
}
18901890
}
1891-
1892-
// if(ax.automargin) skipTitle = false;
18931891
}
18941892

18951893
return Axes.draw(gd, axIds, {skipTitle: skipTitle});

0 commit comments

Comments
 (0)