Pyramid charts are freeform charts, which display a single series of data as pyramid segments, where each segment represents the value for the particular item from the series. The values of the items can also influence the height of the corresponding segments.
The Kendo UI for Vue Pyramid Charts are useful for representing stages in a sales process and for displaying the amount of potential revenues from each stage. They are also suitable for identifying potential problem areas in the sales processes of an organization and for displaying several values.
The following example demonstrates the Pyramid chart in action.
By default, the height of the pyramid segments is proportional to the value. You can use a fixed height for all segments by settingdynamicHeight property tofalse.
The following example demonstrates thedynamicHeight property in action.