added a test graph

This commit is contained in:
Kristjan Komlosi
2019-11-01 21:03:22 +01:00
parent 005382b3d4
commit 7315381410

View File

@@ -21,6 +21,7 @@ function graphSpectralData (obj, dom) {
graphPoints.push([index, obj[element]]);
});
console.log(graphPoints);
$.plot("#graph", graphPoints);
}
function fillLuxUv (obj, dom) {