PyramidPremium
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
Pyramid charts are useful for representing stages in a sales process or displaying revenue for different stages. 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.