cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Progress Gauge State formatting

ketanaga
13-Aquamarine

Progress Gauge State formatting

Hi

 

I have a use-case wherein I want to have multiple state formatting operators in one widget only depending upon the value. 

For eg If 0 >=value<= 30 == Green, 30 > value <= 70 == Yellow and value >= 75 == Red. If the value is set to 80 the progress gauge should visualize all three colors at the same time. Please find attached image of gauge widget for reference. Is there a way around to achieve the same with a Progress gauge?

 

Thanks 

1 ACCEPTED SOLUTION

Accepted Solutions
emscur
12-Amethyst
(To:ketanaga)

Hello @ketanaga,

 

This is not standard functionality of the Progress Gauge widget as it only accepts one color for field defined in the state definition. However, you can modify this widget's code to mirror the functionality of the Gauge widget.

 

You can get started with extensions development by following the steps in Getting Started Tutorial of the ThingWorx Visual SDK.

 

Thanks,

Emmanuel

View solution in original post

1 REPLY 1
emscur
12-Amethyst
(To:ketanaga)

Hello @ketanaga,

 

This is not standard functionality of the Progress Gauge widget as it only accepts one color for field defined in the state definition. However, you can modify this widget's code to mirror the functionality of the Gauge widget.

 

You can get started with extensions development by following the steps in Getting Started Tutorial of the ThingWorx Visual SDK.

 

Thanks,

Emmanuel

Top Tags