Skip to content

Commit 8c25bf6

Browse files
Fix lint errors
1 parent a4417a6 commit 8c25bf6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/plots/cartesian/axes.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ axes.calcTicks = function calcTicks(ax, opts) {
950950
}
951951
continue;
952952
}
953-
953+
954954
// fill tickVals based on overlaying axis
955955
if(mockAx.tickmode === 'sync') {
956956
tickVals = [];
@@ -1223,7 +1223,6 @@ function syncTicks(ax) {
12231223
// get the tick for the current axis based on position
12241224
var vali = ax.p2l(pos);
12251225

1226-
//
12271226
var obj = axes.tickText(ax, vali);
12281227

12291228
// assign minor ticks

0 commit comments

Comments
 (0)