Skip to content

Commit 3adcdc9

Browse files
committed
Correct alignment on all sides and angles, reliable line count.
1 parent e96f7e1 commit 3adcdc9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/plots/cartesian/axes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2072,7 +2072,7 @@ axes.doTicks = function(gd, axid, skipTitle) {
20722072
LINE_SPACING * d.fontSize,
20732073
isNumeric(angle) ? +angle : 0);
20742074
if (anchorHeight) {
2075-
//transform += ' translate(0, ' + anchorHeight + ')';
2075+
transform += ' translate(0, ' + anchorHeight + ')';
20762076
}
20772077
if(mathjaxGroup.empty()) {
20782078
thisLabel.select('text').attr({
59 Bytes
Loading

0 commit comments

Comments
 (0)