Your search did not match any results.

Charts - Pareto Chart

You can use DevExtreme Chart to visualize data as a Pareto chart and display individual values along with their cumulative totals. In this demo, individual values are numbers of complaints and cumulative totals are given in percentages.

Backend API

To create a Pareto chart you must:

  1. Configure a Bar series and assign your primary data to this series (specify series.valueField property).
  2. Add a Line or Spline series and assign cumulative total values to this series.
  3. Specify valueAxis.constantLines to illustrate Pareto principle correlations (80/20).