We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95e5c2 commit bb9da40Copy full SHA for bb9da40
frontend/express/public/javascripts/countly/countly.common.js
@@ -2673,10 +2673,11 @@
2673
}
2674
else {
2675
if (_period === "day") {
2676
+ start.add(1, 'days');
2677
for (i = 0; i < new Date(start.year(), start.month(), 0).getDate(); i++) {
- start.add(1, 'days');
2678
ticks.push([i, countlyCommon.formatDate(start, "D MMM")]);
2679
tickTexts[i] = countlyCommon.formatDate(start, "D MMM, dddd");
2680
2681
2682
2683
0 commit comments