Change temperature graph to 24-hour formatting

pull/132/head
Telyn 3 years ago committed by GitHub
parent 27b923b5e9
commit 9778809cba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -139,7 +139,7 @@ export class DashboardComponent implements OnInit, AfterViewInit, OnDestroy
tooltip: {
theme: 'dark',
x : {
format: 'MMM dd, yyyy hh:mm:ss'
format: 'MMM dd, yyyy HH:mm:ss'
},
y : {
formatter: (value) => {

Loading…
Cancel
Save