Linear gauge customization

Hello Team,

In the range-display linear gauge UI component, users can configure the yellow and red ranges. As per customer requirements, the minimum and maximum values should be determined based on the target value and user-defined input, and the green range should be set accordingly.

For instance, if the target value is 50 and the user specifies 10 in the plugin configuration, the green range should appear between 40 and 60. How can I configure it in the range-display component?

Hi @Vignesh_Babu

The range display component does not support a green range (only red and yellow ranges are available). If you need something like that you would have to create it on your own.