Fix temperature plot to use local time (#903)

Closes #893 #889
This commit is contained in:
Aram Akhavan
2026-02-08 20:35:28 -08:00
committed by GitHub
parent 19ac712b78
commit 349c7d4def
@@ -229,7 +229,10 @@ export class DashboardComponent implements OnInit, AfterViewInit, OnDestroy
} }
}, },
xaxis: { xaxis: {
type: 'datetime' type: 'datetime',
labels: {
datetimeUTC: false
}
} }
}; };
} }