BarChartComponentProps
Props for the BarChartComponent
Extends
BaseXYChartComponentProps<BarChartOptions>
Properties
className?
optionalclassName:string
Optional class name to set on the chart component's container
Inherited from
BaseXYChartComponentProps.className
data?
optionaldata:ObjectData[]
Optional data to load after the chart has been mounted.
Inherited from
BaseXYChartComponentProps.data
dataSourceFilter?
optionaldataSourceFilter:ChartModelFilter
Optional filter to apply to the data source.
Inherited from
BaseXYChartComponentProps.dataSourceFilter
options
options:
Omit<O,"data"|"url"|"model">
Options for the chart
Inherited from
BaseXYChartComponentProps.options
url?
optionalurl:string
Optional url from which to load data after the component has been mounted. If you provide this and also data, this will take precedence.