Calculate and display the average values of msg.payload in a bar chart.
npm install node-red-contrib-dashboard-average-barsVersion 0.0.5 :
- The top and the bottom values of the Y-axis can be forced.
Version 0.0.2 :
- First published version
Bar style :
- rectangle : classical bar
- equalizer : equalizer bar style
Bar colors : choice the color gradient of the bars
Display values : check boxes to display or hide values :
- bar values : value above the bar
- x-axis values : period values (or msg.topic if x-axis = msg.topic )
- last value : the last msg.payload received
- chart average : the average of all values received
- chart minimum : the minimum of all values received
- chart maximum : the maximum of all values received
Unit : unit to display behind values
Decimals : number of decimals to display
Font color : color of the scale and the values