mblackstock / node-red-contrib-data-view

Node-RED node to preview data in the flow editor
Apache License 2.0
7 stars 2 forks source link

use property as default name #8

Closed mblackstock closed 3 years ago

Paul-Reed commented 3 years ago

I can see why you have made this change... but isn't it moving away from the node-RED model which users are familiar with? error A consideration could be adding a user defined title to the chart itself.

mblackstock commented 3 years ago

I modelled it after the debug node. This way you know immediately what property you are graphing, which is important since you can now change it. I believe this was a suggestion by @dceejay.

A user defined chart title might be cool, but you can already rename the node, which overrides this default name. I'm not sure we'd need another name?