Skip to main content
1-Visitor
May 13, 2020
Solved

Pareto Chart in ThingWorx 8.4

  • May 13, 2020
  • 1 reply
  • 1895 views

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

 

Appreciate your response.

Best answer by 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:

 

pareto-example.png

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

1 reply

18-Opal
May 13, 2020

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:

 

pareto-example.png

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

1-Visitor
May 13, 2020

Thank you very much. It really helps 🙂