lux and uvabi added

This commit is contained in:
d3m1g0d
2019-04-17 16:50:59 +02:00
parent 2211f7ca95
commit 9e69651f0c
2 changed files with 32 additions and 2 deletions

View File

@@ -41,3 +41,10 @@ function graphSpectralData(obj, dom) {
}
});
}
function fillLuxUv (obj, dom) {
$(dom).find('#lx').text(obj[1]);
$(dom).find('#uva').text(obj[2][0]);
$(dom).find('#uvb').text(obj[2][0]);
$(dom).find('#uvi').text(obj[2][0]);
}