Fixed label display on metrics. Removed compare for all time.

This commit is contained in:
Mike Cao 2024-05-28 22:15:44 -07:00
parent cfe2389b8e
commit 7b0b11ffaa
8 changed files with 23 additions and 18 deletions

View file

@ -172,8 +172,8 @@ async function clickhouseQuery(
startDate,
endDate,
},
).then(a => {
return Object.values(a).map(a => {
).then(result => {
return Object.values(result).map((a: any) => {
return {
date: a.date,
day: Number(a.day),