Propagate point visualization to the webui
This commit is contained in:
parent
5c564cb82a
commit
5e36f0e929
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,6 @@ module.exports = {
|
|||
const [points, units] = points_lib.parse(config.points)
|
||||
if (debug) {
|
||||
results.points = {
|
||||
demo: points_lib.visualize(points),
|
||||
data: points,
|
||||
units: units
|
||||
}
|
||||
|
@ -50,5 +49,6 @@ module.exports = {
|
|||
}
|
||||
|
||||
return results
|
||||
}
|
||||
},
|
||||
visualize: points_lib.visualize
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue