From 28f9bff968d0147eb9406a468e232a5e4cc06467 Mon Sep 17 00:00:00 2001 From: marwolaethblack Date: Mon, 4 Dec 2017 12:29:01 +0100 Subject: sort data by day, add lien chart with data from last week --- web/js/realtime.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web/js/realtime.js') 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 @@ -88,6 +88,10 @@ function update() { +} + +function drawChart() { + } setInterval(update, 10000); -- cgit v1.2.3