Skip to content

Commit 0c0e47e

Browse files
committed
Revert dy change
1 parent a8185f4 commit 0c0e47e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plot_api/subroutines.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ exports.drawMainTitle = function(gd) {
415415
x: x,
416416
y: y,
417417
'text-anchor': textAnchor,
418-
dy: 0.5
418+
dy: dy
419419
})
420420
});
421421

@@ -435,7 +435,7 @@ exports.drawMainTitle = function(gd) {
435435
x: x,
436436
y: y,
437437
'text-anchor': textAnchor,
438-
dy: 0.5
438+
dy: dy
439439
}).call(svgTextUtils.positionText, x, y);
440440
}
441441
}

0 commit comments

Comments
 (0)