Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hi, May I know how to use thingworx services to display this chart using label chart widget?
If you want exacly the same chart. You need to build a custom widget.
Hi @bot1q ,
Actually, I don's want exactly same chart. I just want bar chart only. Do you have any suggestion?
Please have a look into this link:
There is a videotutorial. This you can manage without doing an extra widget.
Or look at this Post:
https://community.ptc.com/t5/ThingWorx-Developers/Creating-a-barchart/td-p/522729
Hmmm,
actually I want coding about this chart. Like how to do using services in details.
Sorry i do not understand:
You want to use the Basic Label (Bar) Chart and your question is how to bind the Data with services to this chart?
my question is how to coding and can show the result like this, using group by function, aggregate function, etc.
You can not show the way without building a custom Widget:
I usually use https://plot.ly/javascript/ and build an custom widget from this to display the charts.
If you want a detailed explaination how to Code this Widget: Go to Thingworx Repository on your instalation drive open the Barchart and look how you can extende this chart.