packages/components/externals/charts/model/apex-types.ts
Chart Datalabels options See https://apexcharts.com/docs/options/datalabels/
Properties |
|
Methods |
|
| Optional formatter | |||||||||
formatter(val: string | number | number[], opts?: any)
|
|||||||||
|
Parameters :
Returns :
string | number | []
|
| background |
background:
|
Type : literal type
|
| Optional |
| distributed |
distributed:
|
Type : boolean
|
| Optional |
| dropShadow |
dropShadow:
|
Type : ApexDropShadow
|
| Optional |
| enabled |
enabled:
|
Type : boolean
|
| Optional |
| enabledOnSeries |
enabledOnSeries:
|
Type : undefined | number[]
|
| Optional |
| offsetX |
offsetX:
|
Type : number
|
| Optional |
| offsetY |
offsetY:
|
Type : number
|
| Optional |
| style |
style:
|
Type : literal type
|
| Optional |
| textAnchor |
textAnchor:
|
Type : "start" | "middle" | "end"
|
| Optional |