PyramidChart()
Home > @gooddata/sdk-ui-charts > PyramidChart
PyramidChart() function
A pyramid chart displays values on top of each other, useful for example for showing hierarchies or workflows.
Signature:
PyramidChart: (props: IPyramidChartProps) => React.JSX.Element
Parameters
Parameter | Type | Description |
---|---|---|
props | IPyramidChartProps |
Returns:
React.JSX.Element
Remarks
You can define pyramid chart using either multiple measures or single measure and a viewBy attribute whose values will be used to slice the single measure.
See IPyramidChartProps to learn how to configure the PyramidChart.