Skip to main content
v2.2

Pyramid Chart

Visualizes proportions and percentages between categories, by dividing a pyramid into proportional segments.

Pyramid ChartPyramid Chart

Creating Pyramid Chart

import lightningchart as lc

chart = lc.PyramidChart(slice_mode='height', theme=lc.Themes.Light, title='Pyramid Chart')

All methods are the same as the Funnel Chart but Pyramid Chart does not have set_head_width method. To avoid duplication of guides, please refer to the section under Funnel.

Cursors

Please see common Cursors section.

Examples

Link to the examples