BaseXYChartComponentProps
Extends
DOMAttributes<HTMLDivElement>
Extended by
AreaChartComponentPropsColumnChartComponentPropsBarChartComponentPropsLineChartComponentPropsPieChartComponentPropsScatterChartComponentPropsXYChartComponentProps
Type Parameters
O
O
Properties
className?
optionalclassName:string
Optional class name to set on the chart component's container
data?
optionaldata:ObjectData[]
Optional data to load after the chart has been mounted.
dataSourceFilter?
optionaldataSourceFilter:ChartModelFilter
Optional filter to apply to the data source.
options
options:
Omit<O,"data"|"url"|"model">
Options for the chart
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.