Skip to main content
XYChartComponentProps
Props for the XYChartComponent
NameTypeDescription
className?stringOptional class name to set on the chart component's container
data?Array<ObjectData>Optional data to load after the chart has been mounted.
dataSourceFilter?ChartModelFilterOptional filter to apply to the data source.
optionsOmit<O,"data" | "url" | "model">Options for the chart
url?stringOptional url from which to load data after the component has been mounted. If you provide this and also data, this will take precedence.