Merge pull request #132 from telyn/patch-1

Change temperature graph to 24-hour formatting
This commit is contained in:
Jason Kulatunga
2021-04-25 11:44:47 -07:00
committed by GitHub
@@ -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) => {