Blazor Pareto Chart Example.
This sample illustrates a Pareto chart combining line and column series to visualize cumulative analysis.
In this example, you can see how to render and configure a Pareto chart. The Pareto chart is used to identify and prioritize the cumulative values of data across different categories. It is a combination chart featuring:
- Column series displaying initial values for each category
- Line series showing cumulative values and trends
Tooltip is enabled in this example. To see tooltip details, hover over or tap on a data point on touch-enabled devices.
More information about the Pareto series can be found in this documentation section.