Skip to content

Commit 9b45339

Browse files
committed
drop unused block
1 parent b38688d commit 9b45339

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/plots/cartesian/axes.js

-5
Original file line numberDiff line numberDiff line change
@@ -642,11 +642,6 @@ axes.calcTicks = function calcTicks(ax) {
642642
var tickVal = tickVals[q];
643643
if(ax.maskBreaks(tickVal.value) === BADNUM) {
644644
tickVal.value = moveOutsideBreak(tickVal.value, ax);
645-
646-
if(ax._rl && (
647-
ax._rl[0] === tickVal.value ||
648-
ax._rl[1] === tickVal.value
649-
)) continue;
650645
}
651646

652647
var pos = ax.c2p(tickVal.value);
271 Bytes
Loading

0 commit comments

Comments
 (0)