packages/components/externals/charts/model/apex-types.ts
Chart Legend configuration options. See https://apexcharts.com/docs/options/legend/
Properties |
|
Methods |
|
| Optional formatter |
formatter(legendName: string, opts?: any)
|
|
Returns :
string
|
| Optional tooltipHoverFormatter |
tooltipHoverFormatter(legendName: string, opts?: any)
|
|
Returns :
string
|
| customLegendItems |
customLegendItems:
|
Type : string[]
|
| Optional |
| floating |
floating:
|
Type : boolean
|
| Optional |
| fontFamily |
fontFamily:
|
Type : string
|
| Optional |
| fontSize |
fontSize:
|
Type : string
|
| Optional |
| fontWeight |
fontWeight:
|
Type : string | number
|
| Optional |
| height |
height:
|
Type : number
|
| Optional |
| horizontalAlign |
horizontalAlign:
|
Type : "left" | "center" | "right"
|
| Optional |
| inverseOrder |
inverseOrder:
|
Type : boolean
|
| Optional |
| itemMargin |
itemMargin:
|
Type : literal type
|
| Optional |
| labels |
labels:
|
Type : literal type
|
| Optional |
| markers |
markers:
|
Type : literal type
|
| Optional |
| offsetX |
offsetX:
|
Type : number
|
| Optional |
| offsetY |
offsetY:
|
Type : number
|
| Optional |
| onItemClick |
onItemClick:
|
Type : literal type
|
| Optional |
| onItemHover |
onItemHover:
|
Type : literal type
|
| Optional |
| position |
position:
|
Type : "top" | "right" | "bottom" | "left"
|
| Optional |
| show |
show:
|
Type : boolean
|
| Optional |
| showForNullSeries |
showForNullSeries:
|
Type : boolean
|
| Optional |
| showForSingleSeries |
showForSingleSeries:
|
Type : boolean
|
| Optional |
| showForZeroSeries |
showForZeroSeries:
|
Type : boolean
|
| Optional |
| width |
width:
|
Type : number
|
| Optional |