Skip to content

Commit d69ca47

Browse files
committed
Merge remote-tracking branch 'origin/master' into fix5679-hide-Aa-text
2 parents 6ac269b + 7588c9e commit d69ca47

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)