Back to documentation
AreaChart
An area chart represents data as an area.
Information
Plan: Pro
Properties
| Property | Type | Default |
|---|---|---|
| Items | {
"items": {
"props": {
"label": {
"type": "string"
},
"value": {
"type": "number"
}
},
"type": "object"
},
"type": "array"
} | [] |
| Width | string | "100%" |
| Height | string | "300px" |
| Background color | string | "var(--ophixor-semantic-surface-base)" |
| Border color | string | "var(--ophixor-semantic-border-default)" |
| Border radius | string | "8px" |
| Border width | string | "1px" |
| Border style | string | "solid" |
| Box shadow | string | "var(--ophixor-semantic-shadow-sm)" |
| Is visible | boolean | true |
| Selectors | array | [] |