packages/components/externals/charts/model/apex-types.ts
Chart Tooltip options See https://apexcharts.com/docs/options/tooltip/
Properties |
|
| cssClass |
cssClass:
|
Type : string
|
| Optional |
| custom |
custom:
|
Type : unknown | (function)[]
|
| Optional |
| enabled |
enabled:
|
Type : boolean
|
| Optional |
| enabledOnSeries |
enabledOnSeries:
|
Type : undefined | number[]
|
| Optional |
| fillSeriesColor |
fillSeriesColor:
|
Type : boolean
|
| Optional |
| fixed |
fixed:
|
Type : literal type
|
| Optional |
| followCursor |
followCursor:
|
Type : boolean
|
| Optional |
| hideEmptySeries |
hideEmptySeries:
|
Type : boolean
|
| Optional |
| intersect |
intersect:
|
Type : boolean
|
| Optional |
| inverseOrder |
inverseOrder:
|
Type : boolean
|
| Optional |
| items |
items:
|
Type : literal type
|
| Optional |
| marker |
marker:
|
Type : literal type
|
| Optional |
| onDatasetHover |
onDatasetHover:
|
Type : literal type
|
| Optional |
| shared |
shared:
|
Type : boolean
|
| Optional |
| style |
style:
|
Type : literal type
|
| Optional |
| theme |
theme:
|
Type : string
|
| Optional |
| x |
x:
|
Type : literal type
|
| Optional |
| y |
y:
|
Type : ApexTooltipY | ApexTooltipY[]
|
| Optional |
| z |
z:
|
Type : literal type
|
| Optional |