added a test graph
This commit is contained in:
@@ -21,6 +21,7 @@ function graphSpectralData (obj, dom) {
|
|||||||
graphPoints.push([index, obj[element]]);
|
graphPoints.push([index, obj[element]]);
|
||||||
});
|
});
|
||||||
console.log(graphPoints);
|
console.log(graphPoints);
|
||||||
|
$.plot("#graph", graphPoints);
|
||||||
}
|
}
|
||||||
|
|
||||||
function fillLuxUv (obj, dom) {
|
function fillLuxUv (obj, dom) {
|
||||||
|
|||||||
Reference in New Issue
Block a user