Title | Description |
---|---|
Simple Pyramid Chart | Demonstrates the basic steps in creating pyramid charts. |
3D Pyramid Chart | Extends the Simple Pyramid Chart example by viewing the pyramid in 3D, using custom colors, inserting gaps between pyramid layers, and adding labels to both the center and the right side of the pyramid layers. |
Rotated Pyramid Chart | Demonstrates a semi-transparent pyramid viewed at elevation and rotation angles. Also demonstrates adding a legend box to the pyramid chart. |
Cone Chart | Demonstrates using PyramidChart.setConeSize to specify using a cone instead of a pyramid to represent the data. |
Funnel Chart | Demonstrates using PyramidChart.setFunnelSize to specify using a funnel instead of a pyramid to represent the data. |
Pyramid Elevation | Demonstrates viewing the pyramid at different elevation angles, configured with PyramidChart.setViewAngle. |
Pyramid Rotation | Demonstrates viewing the pyramid at different rotation angles, configured with PyramidChart.setViewAngle. |
Pyramid Gap | Demonstrates the effects of different pyramid layer gap sizes, configured with PyramidChart.setLayerGap. |