mirror of
https://github.com/elisspace/FxLifeSheet.git
synced 2026-08-29 15:44:00 +00:00
Update real-time dashboard graph entries
This commit is contained in:
3
web.js
3
web.js
@@ -167,7 +167,8 @@ function updateOverviewTable() {
|
|||||||
"headache",
|
"headache",
|
||||||
"hoursDriving",
|
"hoursDriving",
|
||||||
"alcoholIntake",
|
"alcoholIntake",
|
||||||
"withingsSleepingHR"
|
"withingsSleepingHR",
|
||||||
|
"watchedTVHours"
|
||||||
];
|
];
|
||||||
var queryToUse = "SELECT";
|
var queryToUse = "SELECT";
|
||||||
var weekTimestamp = moment()
|
var weekTimestamp = moment()
|
||||||
|
|||||||
3
web.ts
3
web.ts
@@ -210,7 +210,8 @@ function updateOverviewTable() {
|
|||||||
"headache",
|
"headache",
|
||||||
"hoursDriving",
|
"hoursDriving",
|
||||||
"alcoholIntake",
|
"alcoholIntake",
|
||||||
"withingsSleepingHR"
|
"withingsSleepingHR",
|
||||||
|
"watchedTVHours"
|
||||||
];
|
];
|
||||||
let queryToUse = "SELECT";
|
let queryToUse = "SELECT";
|
||||||
const weekTimestamp =
|
const weekTimestamp =
|
||||||
|
|||||||
Reference in New Issue
Block a user