Skip to content

Commit 7588c9e

Browse files
authored
Merge pull request #5684 from plotly/fix-hidden-mathjax
Fixup hidden mathjax ticklabel
2 parents 58353f7 + 8a1714d commit 7588c9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/plots/cartesian/axes.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -3005,8 +3005,7 @@ axes.drawLabels = function(gd, ax, opts) {
30053005
// sync label: just position it now.
30063006
positionLabels(thisLabel, tickAngle);
30073007
}
3008-
})
3009-
.style('display', null); // visible
3008+
});
30103009

30113010
hideCounterAxisInsideTickLabels(ax, [TICK_TEXT]);
30123011

0 commit comments

Comments
 (0)