Change temperature graph to 24-hour formatting

This commit is contained in:
Telyn
2020-12-27 14:57:27 +00:00
committed by GitHub
parent 27b923b5e9
commit 9778809cba
@@ -139,7 +139,7 @@ export class DashboardComponent implements OnInit, AfterViewInit, OnDestroy
tooltip: { tooltip: {
theme: 'dark', theme: 'dark',
x : { x : {
format: 'MMM dd, yyyy hh:mm:ss' format: 'MMM dd, yyyy HH:mm:ss'
}, },
y : { y : {
formatter: (value) => { formatter: (value) => {