aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarwolaethblack <a.unal677@gmail.com>2017-12-04 12:29:01 +0100
committermarwolaethblack <a.unal677@gmail.com>2017-12-04 12:29:01 +0100
commit28f9bff968d0147eb9406a468e232a5e4cc06467 (patch)
treee79289fbd7ee4fa6d5280b9328101a1954885c58 /web/js/realtime.js
parent074799d1471df407663931d6654847fa38484a3e (diff)
sort data by day, add lien chart with data from last week
Diffstat (limited to 'web/js/realtime.js')
-rw-r--r--web/js/realtime.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/js/realtime.js b/web/js/realtime.js
index e090d05..1f5ef22 100644
--- a/web/js/realtime.js
+++ b/web/js/realtime.js
@@ -90,6 +90,10 @@ function update() {
}
+function drawChart() {
+
+}
+
setInterval(update, 10000);