Skip to main content

BaseChartProps

Base interface for chart props

Extended by

Properties

className?

optional className: string

Optional class name to set on the chart's root element.


data?

optional data: ObjectData[]

Data to load


dataSourceFilter?

optional dataSourceFilter: ChartModelFilter

Optional filter to apply to the chart's data source.


interactive?

optional interactive: boolean

Whether the chart is interactive.


reactive?

optional reactive: boolean

Whether or not to respond to changes in the url or data prop. Defaults to true.


style?

optional style: Record<string, any>

Optional style object


url?

optional url: string

URL to load data from