From 863b998eae91d2dab7225500e17ade42eb06f18f Mon Sep 17 00:00:00 2001 From: d3m1g0d Date: Wed, 17 Apr 2019 17:07:44 +0200 Subject: [PATCH] added table fillers --- frontend/frontend.js | 3 ++- frontend/index.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/frontend.js b/frontend/frontend.js index 6a65984..c57a836 100644 --- a/frontend/frontend.js +++ b/frontend/frontend.js @@ -12,8 +12,9 @@ function updateData () { globalObject = data; }) .done(function () { - fillTable(globalObject, $('table')); + fillTable(globalObject, $('#specter')); graphSpectralData(globalObject, $('#spectrogram')); + fillLuxUv(globalObject, $('#luxuv')); }); } diff --git a/frontend/index.html b/frontend/index.html index 0550a54..e098f04 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -19,7 +19,7 @@

Spectrogram

Spectral readings

- +
@@ -119,7 +119,7 @@
Band

- +
Parameter