BarChart
Home > @gooddata/sdk-ui-charts > BarChart
BarChart variable
Bar chart shows data in horizontal bars.
Signature:
BarChart: (props: IBarChartProps) => React.JSX.Element
Remarks
Bar charts can display one or multiple metrics side by side divided by attribute values or a single measure stacked by attribute values.
See IBarChartProps to learn how to configure the BarChart and the bar chart documentation for more information.