Merge pull request #132 from telyn/patch-1
Change temperature graph to 24-hour formatting
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user