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 e0bd026 commit 6fb0133Copy full SHA for 6fb0133
src/plots/cartesian/axes.js
@@ -947,7 +947,7 @@ axes.autoTicks = function(ax, roughDTick) {
947
ax.tick0 = Lib.dateTick0(ax.calendar, true);
948
949
var tickformat = axes.getTickFormat(ax);
950
- if(/%[uVW]/.test(tickformat)) { // should we use axes.getTickFormat(ax) instead here?
+ if(/%[uVW]/.test(tickformat)) {
951
// replace Sunday with Monday for ISO and Monday-based formats
952
var len = ax.tick0.length;
953
var lastD = +ax.tick0[len - 1];
0 commit comments