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
@@ -96,6 +96,7 @@
<button (click)="changeSummaryTempDuration('year')" mat-menu-item>year</button>
<button (click)="changeSummaryTempDuration('month')" mat-menu-item>month</button>
<button (click)="changeSummaryTempDuration('week')" mat-menu-item>week</button>
<button (click)="changeSummaryTempDuration('day')" mat-menu-item>day</button>
</mat-menu>
</div>
</div>