Merge pull request #132 from telyn/patch-1

Change temperature graph to 24-hour formatting
pull/168/head
Jason Kulatunga 3 years ago committed by GitHub
commit d92a21fbca
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: { 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) => {

Loading…
Cancel
Save