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