javascripthtmljsongraphpareto-chart

Pareto Chart/Graph using Javascript/Html/JSON


Im trying to find any plugins, examples or related resources on how to built a Pareto Chart for an html page. I'd like to be able to built it out of html, style it w/ CSS and populate data via json. Im willing to build it out of scratch by using a combination of a line graph and bar graph, however want to be sure there isnt anything already out there for this.

Here is an example of the output i hope to produce enter image description here

Based on my searches i can only seem to find How-To's, Examples, etc on how to build one in Excel, however nothing for the web.

Any ideas or suggestions are greatly appreciated.


Solution

  • Pareto charts come standard in quite a few JS charting libraries. Here's a demo of one in ZingChart.

    You can view the docs for creating pareto charts here. I'm part of the ZingChart team, and you're welcome to reach out to us if you have any questions at support@zingchart.com.