Skip to main content

AreaChartComponentProps

Props for the AreaChartComponent

Extends

Properties

className?

optional className: string

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

Inherited from

BaseXYChartComponentProps.className


data?

optional data: ObjectData[]

Optional data to load after the chart has been mounted.

Inherited from

BaseXYChartComponentProps.data


dataSourceFilter?

optional dataSourceFilter: ChartModelFilter

Optional filter to apply to the data source.

Inherited from

BaseXYChartComponentProps.dataSourceFilter


options

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

Options for the chart

Inherited from

BaseXYChartComponentProps.options


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.

Inherited from

BaseXYChartComponentProps.url