AreaChartComponentProps
AreaChartComponent props
| Name | Type | Description |
|---|---|---|
| className? | string | Optional class name to set on the chart's root element. |
| data? | Array<ObjectData> | Data to load |
| dataSourceFilter? | ChartModelFilter | Optional filter to apply to the chart's data source. |
| interactive? | boolean | Whether the chart is interactive. |
| options | Omit<AreaChartOptions,"data" | "url" | "model"> | Options for the area chart. |
| reactive? | boolean | Whether or not to respond to changes in the or prop. Defaults to true. |
| style? | Record<string,any> | Optional style object |
| url? | string | URL to load data from |