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
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