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