feat: add "day" as resolution for temperature graph (#823)

This commit is contained in:
Liu Xiaoyi
2026-02-14 01:58:15 +08:00
committed by GitHub
parent a014337167
commit 67b7a08e4a
4 changed files with 26 additions and 6 deletions
@@ -272,11 +272,11 @@ export class DashboardComponent implements OnInit, AfterViewInit, OnDestroy
}
/*
DURATION_KEY_DAY = "day"
DURATION_KEY_WEEK = "week"
DURATION_KEY_MONTH = "month"
DURATION_KEY_YEAR = "year"
DURATION_KEY_FOREVER = "forever"
DURATION_KEY_MONTH = "month"
DURATION_KEY_YEAR = "year"
DURATION_KEY_FOREVER = "forever"
*/
changeSummaryTempDuration(durationKey: string): void {