diff options
Diffstat (limited to 'web/js/realtime.js')
-rw-r--r-- | web/js/realtime.js | 4 |
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); |