LineChartComponentProps
LineChartComponent props
Extends
Properties
className?
optionalclassName:string
Optional class name to set on the chart's root element.
Inherited from
data?
optionaldata:ObjectData[]
Data to load
Inherited from
dataSourceFilter?
optionaldataSourceFilter:ChartModelFilter
Optional filter to apply to the chart's data source.
Inherited from
BaseChartProps.dataSourceFilter
interactive?
optionalinteractive:boolean
Whether the chart is interactive.
Inherited from
options
options:
Omit<LineChartOptions,"data"|"url"|"model">
Options for the line chart.
reactive?
optionalreactive:boolean
Whether or not to respond to changes in the url or data prop. Defaults to true.
Inherited from
style?
optionalstyle:Record<string,any>
Optional style object
Inherited from
url?
optionalurl:string
URL to load data from