packages/components/externals/charts/model/apex-types.ts
Main Chart options See https://apexcharts.com/docs/options/chart/
Properties |
|
| animations |
animations:
|
Type : literal type
|
| Optional |
| background |
background:
|
Type : string
|
| Optional |
| brush |
brush:
|
Type : literal type
|
| Optional |
| defaultLocale |
defaultLocale:
|
Type : string
|
| Optional |
| dropShadow |
dropShadow:
|
Type : unknown
|
| Optional |
| events |
events:
|
Type : literal type
|
| Optional |
| fontFamily |
fontFamily:
|
Type : string
|
| Optional |
| foreColor |
foreColor:
|
Type : string
|
| Optional |
| group |
group:
|
Type : string
|
| Optional |
| height |
height:
|
Type : string | number
|
| Optional |
| id |
id:
|
Type : string
|
| Optional |
| locales |
locales:
|
Type : ApexLocale[]
|
| Optional |
| nonce |
nonce:
|
Type : string
|
| Optional |
| offsetX |
offsetX:
|
Type : number
|
| Optional |
| offsetY |
offsetY:
|
Type : number
|
| Optional |
| parentHeightOffset |
parentHeightOffset:
|
Type : number
|
| Optional |
| redrawOnParentResize |
redrawOnParentResize:
|
Type : boolean
|
| Optional |
| redrawOnWindowResize |
redrawOnWindowResize:
|
Type : boolean | Function
|
| Optional |
| selection |
selection:
|
Type : literal type
|
| Optional |
| sparkline |
sparkline:
|
Type : literal type
|
| Optional |
| stacked |
stacked:
|
Type : boolean
|
| Optional |
| stackOnlyBar |
stackOnlyBar:
|
Type : boolean
|
| Optional |
| stackType |
stackType:
|
Type : "normal" | "100%"
|
| Optional |
| toolbar |
toolbar:
|
Type : literal type
|
| Optional |
| type |
type:
|
Type : ChartType
|
| width |
width:
|
Type : string | number
|
| Optional |
| zoom |
zoom:
|
Type : literal type
|
| Optional |