Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Reference topic - https://community.ptc.com/t5/ThingWorx-Developers/how-to-add-multiple-color-state-definition-in-shape-widget/m-p/754978#M55073
So is this means I can't create progress bar in mashup ?
Solved! Go to Solution.
You need to create a new State Definition entity and need to define the State Information based on Value. And update that in shape widget.
Emmm, sorry I found use slide bar as progress bar and add label widget on the top of it and bind same data of these two can achieve this goal.
Hi @Porcelain_ ,
You can use Shape Widget in 1 Contanier (required height & width & grey background) by pass numeric value to Data widget property and updating below given properties in widget you can achieve progress bar.
Expected Out:
Thanks & Regards,
Arun C
Thanks! but can you show me the Shape -State Definition (defined colors based value please?
Because when I trying to do this but my shape always fulfill with same color.
Here is my result.
You need to create a new State Definition entity and need to define the State Information based on Value. And update that in shape widget.