ColumnChart
Home > @gooddata/sdk-ui-charts > ColumnChart
ColumnChart variable
Column chart shows data in vertical columns.
Signature:
ColumnChart: (props: IColumnChartProps) => React.JSX.Element
Remarks
Column charts can display one or multiple measures side by side, divided by either attribute values or by a single measure stacked by attribute values.
See IColumnChartProps to learn how to configure the ColumnChart and the column chart documentation for more information.