Interface: TooltipOptions
Extends
Properties
enabled?
optionalenabled?:boolean
Inherited from
mode?
optionalmode?:"single"|"shared"
single — the nearest node; shared — values of all series in the category.
position?
optionalposition?:object
Positioning: at the node edge (by default), at the node center, or at the pointer.
anchorTo?
optionalanchorTo?:"center"|"node"|"pointer"
xOffset?
optionalxOffset?:number
yOffset?
optionalyOffset?:number
range?
optionalrange?:number|"exact"|"nearest"
Capture area: a number — radius in px (30), 'exact' — only direct hits on a node, 'nearest' — the nearest node from anywhere in the plot area.