node-red-dashboard
node-red-dashboard copied to clipboard
A dashboard UI for Node-RED
Since deploying v3.5.0 on RPi3B/3B+, rendering of a chart that has multiple topics in a line chart uses much more time to load (and most times doesn't load) when running...
### What are the steps to reproduce?  When injecting the flow, INFLUX DB series provide data --> Datatransformation --> Debug shows correct payload but payload did not populate bar...
Hi, I used Node-red Dashboard Line Chart with legend option show. It's working properly with a simple configuration. If I set the zoom property via CSS the legend click is...
## Before you hit that Submit button.... ### What are the steps to reproduce? Create a chart and set the x-axis to 7 days duration. Let node-red run for at...
I make use of the chart node for simple real-time trending on my RPI. The data is updated with standard intervals. So I send a simple payload to the chart...
### What are the steps to reproduce? Using the radar graph within the chart node, when setting an existing charts type from bar to radar the fill is opaque. This...
There is a problem with the gauge node if you use it the way I do,  In this case everything works well, until you continuously write zero in the...
### What are the steps to reproduce? Try to use a button on the node-red dashboard ### What happens? The button displays in the node-red environment, all seems to work...
### What are the steps to reproduce? ### What happens? ### What do you expect to happen? ### Please tell us about your environment: - [ ] Node-RED-Dashboard version: -...
### What are the steps to reproduce? Import this flow, deploy, enter a time in the time field and hit submit ``` [{"id":"8ad125f0fadc86a3","type":"ui_form","z":"2fbaad6f2b46c829","name":"","label":"","group":"343f7063521c327e","order":1,"width":0,"height":0,"options":[{"label":"time","value":"time","type":"time","required":true,"rows":null}],"formValue":{"time":""},"payload":"","submit":"submit","cancel":"cancel","topic":"topic","topicType":"msg","splitLayout":"","className":"","x":250,"y":500,"wires":[["613f8766710ffb29"]]},{"id":"613f8766710ffb29","type":"debug","z":"2fbaad6f2b46c829","name":"debug 42","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":400,"y":500,"wires":[]},{"id":"343f7063521c327e","type":"ui_group","name":"test","tab":"62712bbf.888b94","order":3,"disp":true,"width":"6","collapse":false,"className":""},{"id":"62712bbf.888b94","type":"ui_tab","name":"test","icon":"dashboard","disabled":false,"hidden":false}] ``` ### What happens? The payload...