Skip to main content

BaseXYChartComponentProps

Extends

  • DOMAttributes<HTMLDivElement>

Extended by

Type Parameters

O

O

Properties

className?

optional className: string

Optional class name to set on the chart component's container


data?

optional data: ObjectData[]

Optional data to load after the chart has been mounted.


dataSourceFilter?

optional dataSourceFilter: ChartModelFilter

Optional filter to apply to the data source.


options

options: Omit<O, "data" | "url" | "model">

Options for the chart


url?

optional url: 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.