ColumnChart()
Home > @gooddata/sdk-ui-charts > ColumnChart
ColumnChart() function
Column chart shows data in vertical columns.
Signature:
ColumnChart: (props: IColumnChartProps) => React.JSX.Element
Parameters
Parameter | Type | Description |
---|---|---|
props | IColumnChartProps |
Returns:
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.