bartbutenaers / node-red-dashboard-2-ui-svg

A Node-RED UI node to show SVG drawings in Node-RED dashboard v2
Apache License 2.0
7 stars 2 forks source link

Is it possible just to draw a bunch of points on say a background image using this? #10

Open ozdeadmeat opened 3 weeks ago

ozdeadmeat commented 3 weeks ago

I am looking at producing something similar to this drawing and am wondering if your node can do it of if you know of a node that can?

image

ozdeadmeat commented 3 weeks ago

The Green and Blue lines are an array of points that I would want to have the node convert into a vector and then put them onto a background raster image.

bartbutenaers commented 3 weeks ago

@ozdeadmeat You can draw a polyline in svg, to create a line chart. But looks like a lot of work to me, and kind of reiventing hot water. Can't you use the ui-chart node?