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.
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.
Support and Learning Resources
- Pyramid Chart Homepage
- Getting Started with the Kendo UI for Angular Chart
- API Reference of the Charts
- Glossary
- Getting Started with Kendo UI for Angular (Online Guide)
- Getting Started with Kendo UI for Angular (Video Tutorial)
- Virtual Classroom (Training Courses for Registered Users)
- Chart Forum
- Before You Start: All Things Angular (Telerik Blog Post)
- Knowledge Base