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.
1 parent 3190382 commit 608740fCopy full SHA for 608740f
src/plot_api/subroutines.js
@@ -420,7 +420,7 @@ exports.drawMainTitle = function(gd) {
420
});
421
422
if(title.text && title.automargin) {
423
- var titleObj = d3.selectAll('.g-gtitle');
+ var titleObj = d3.selectAll('.gtitle');
424
var titleHeight = Drawing.bBox(titleObj.node()).height;
425
var pushMargin = needsMarginPush(gd, title, titleHeight);
426
if(pushMargin > 0) {
0 commit comments