Blazor Pyramid Chart Example
This Blazor Pyramid Chart visualizes food consumption data using a pyramid series for hierarchical representation.
In this example, you can see how to render and configure a pyramid chart. The pyramid chart is shaped like a triangle divided into sections of varying widths. The width of each section indicates the hierarchical level or proportion of that category relative to others. The DataLabel represents individual data points and their values.
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 pyramid series can be found in this documentation section.