This commit is contained in:
parent
a72b098dea
commit
b2368dd1d3
@ -23,7 +23,7 @@ const labels: string[] = [];
|
|||||||
const historyDays = 50;
|
const historyDays = 50;
|
||||||
for (let day = 0; day < historyDays; day++) {
|
for (let day = 0; day < historyDays; day++) {
|
||||||
if (day == 0) {
|
if (day == 0) {
|
||||||
labels.push("Today");
|
labels.push("Now");
|
||||||
} else if (day == 1) {
|
} else if (day == 1) {
|
||||||
labels.push("Yesterday");
|
labels.push("Yesterday");
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user