We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4417a6 commit 8c25bf6Copy full SHA for 8c25bf6
src/plots/cartesian/axes.js
@@ -950,7 +950,7 @@ axes.calcTicks = function calcTicks(ax, opts) {
950
}
951
continue;
952
953
-
+
954
// fill tickVals based on overlaying axis
955
if(mockAx.tickmode === 'sync') {
956
tickVals = [];
@@ -1223,7 +1223,6 @@ function syncTicks(ax) {
1223
// get the tick for the current axis based on position
1224
var vali = ax.p2l(pos);
1225
1226
- //
1227
var obj = axes.tickText(ax, vali);
1228
1229
// assign minor ticks
0 commit comments