Skip to main content

BarChartComponentProps

BarChartComponent props

Extends

Properties

className?

optional className: string

Optional class name to set on the chart's root element.

Inherited from

BaseChartProps.className


data?

optional data: ObjectData[]

Data to load

Inherited from

BaseChartProps.data


dataSourceFilter?

optional dataSourceFilter: ChartModelFilter

Optional filter to apply to the chart's data source.

Inherited from

BaseChartProps.dataSourceFilter


interactive?

optional interactive: boolean

Whether the chart is interactive.

Inherited from

BaseChartProps.interactive


options

options: Omit<BarChartOptions, "data" | "url" | "model">

Options for the bar chart


reactive?

optional reactive: boolean

Whether or not to respond to changes in the url or data prop. Defaults to true.

Inherited from

BaseChartProps.reactive


style?

optional style: Record<string, any>

Optional style object

Inherited from

BaseChartProps.style


url?

optional url: string

URL to load data from

Inherited from

BaseChartProps.url