Defines the callback for tooltip enter, leave and move functions.
Hierarchy
ITooltipCallback
Callable
__call(d: any): boolean
Defines the callback for tooltip enter, leave and move functions.
Parameters
d: any
Usually the data associated with the item the mouse is over.
Returns boolean
Return false on failure. If the tooltip enter callback returns
false, the tooltip will not be displayed. The return value of other
callbacks is ignored.
Defines the callback for tooltip enter, leave and move functions.