added table fillers
This commit is contained in:
@@ -12,8 +12,9 @@ function updateData () {
|
||||
globalObject = data;
|
||||
})
|
||||
.done(function () {
|
||||
fillTable(globalObject, $('table'));
|
||||
fillTable(globalObject, $('#specter'));
|
||||
graphSpectralData(globalObject, $('#spectrogram'));
|
||||
fillLuxUv(globalObject, $('#luxuv'));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user