Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hi everyone,
Does anyone here know the extension to show a Pareto chart in ThingWorx Foundation 8.4? Do I need to develop a custom widget extension to achieve that?
Here is the link to the Pareto charts explanation for your reference.
https://en.wikipedia.org/wiki/
Appreciate your response.
Solved! Go to Solution.
Hello @evanfebrianto,
You can implement it using the standard Label Chart widget with two data sources, one of which is displayed as bars, and the other displayed as a line with markers. Here's an example with the data from that Wikipedia article you linked:
Obviously, its look and feel needs to be improved, it's just the first quick version. I'm also attaching the source code for your reference (ThingWorx 8.5.4), it's really trivial.
Regards,
Constantine
Hello @evanfebrianto,
You can implement it using the standard Label Chart widget with two data sources, one of which is displayed as bars, and the other displayed as a line with markers. Here's an example with the data from that Wikipedia article you linked:
Obviously, its look and feel needs to be improved, it's just the first quick version. I'm also attaching the source code for your reference (ThingWorx 8.5.4), it's really trivial.
Regards,
Constantine
Thank you very much. It really helps