[Announce] node-red-contrib-ui-level NEW FEATURE

No new features for version 0.0.22 but improved:
Color for texts is now properly inherited from dashboard CSS.

Respects customizing:


Works also for overrides with ui_template node:

<style>
body.nr-dashboard-theme md-content md-card {
  color: #00ffff;
}
</style>

................................................................................

No new features for version 0.0.21 but improved input validation to not fall into error cases with string type inputs promised to be supported.

................................................................................

Since version 0.0.20 New option for coloring - Interpolated colors

image

Since version 0.0.19 you have option to choose between two ways how to the colors will be shown. "Multiple segments" - Colors tied to stripes according to sector values. "Single color bar" - Single value based color for all active stripes

  • reversed boundaries supported. You can now configure limits min = 0, max = -100.
  • some minor bugs fixed

(wait for "Rainbow" schema)

................................................................................

Since version 0.0.16 you have option to change min, max and color segments values on fly by using msg.ui_control. Just like regular gauge does.

msg.ui_control = {min:10, max:80, seg1:30, seg2:60}

......................................................
Since version 0.0.14 you can choose between 3 resolutions for stripes. :slight_smile:

image

13 Likes

Since version 0.0.24 you have option to change some properties of texts in widget.

image

  • Improved alignment and size calculations
1 Like

Just found a good use for this in my alexa music player - Thanks :wink:

image

2 Likes