Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
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
Solved! Go to Solution.
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
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