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 40c6df6 commit 9399031Copy full SHA for 9399031
src/plots/cartesian/axes.js
@@ -798,7 +798,7 @@ axes.calcTicks = function calcTicks(ax, opts) {
798
}
799
800
if(removedPreTick0Label) {
801
- for(i = 1; i < ticksOut.length; i++) {
+ for(i = 0; i < ticksOut.length; i++) {
802
if(ticksOut[i].periodX <= maxRange && ticksOut[i].periodX >= minRange) {
803
// redo first visible tick
804
ax._prevDateHead = '';
0 commit comments