BaseChartProps
Base interface for chart props
Extended by
ColumnChartComponentPropsBarChartComponentPropsXYChartComponentPropsLineChartComponentPropsAreaChartComponentPropsPieChartComponentPropsScatterChartComponentPropsBubbleChartComponentPropsGaugeChartComponentProps
Properties
className?
optionalclassName:string
Optional class name to set on the chart's root element.
data?
optionaldata:ObjectData[]
Data to load
dataSourceFilter?
optionaldataSourceFilter:ChartModelFilter
Optional filter to apply to the chart's data source.
interactive?
optionalinteractive:boolean
Whether the chart is interactive.
reactive?
optionalreactive:boolean
Whether or not to respond to changes in the url or data prop. Defaults to true.
style?
optionalstyle:Record<string,any>
Optional style object
url?
optionalurl:string
URL to load data from