New to Kendo UI for AngularStart a free 30-day trial

Pyramid

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.

Basics

The Kendo UI for Angular 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.

Change Theme
Theme
Loading ...

Fixed Height

By default, the height of the pyramid segments is proportional to the value. You can use a fixed height for all segments by setting dynamicHeight property to false.

The following example demonstrates the dynamicHeight property in action.

Change Theme
Theme
Loading ...

Support and Learning Resources

Additional Resources