sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Function BarChart

BarChart(props): ReactElement< any, any > | null

A React component representing categorical data with horizontal rectangular bars, whose lengths are proportional to the values that they represent.

Example

Bar chart displaying total revenue per year from the Sample ECommerce data model.

Additional Bar Chart examples:

Parameters

ParameterTypeDescription
propsBarChartPropsBar chart properties

Returns

ReactElement< any, any > | null

Bar Chart component

Last Updated: