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