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 a8185f4 commit 0c0e47eCopy full SHA for 0c0e47e
src/plot_api/subroutines.js
@@ -415,7 +415,7 @@ exports.drawMainTitle = function(gd) {
415
x: x,
416
y: y,
417
'text-anchor': textAnchor,
418
- dy: 0.5
+ dy: dy
419
})
420
});
421
@@ -435,7 +435,7 @@ exports.drawMainTitle = function(gd) {
435
436
437
438
439
}).call(svgTextUtils.positionText, x, y);
440
}
441
0 commit comments