Constructs an event handler that displays tooltips.
Delay to show the tooltip in milliseconds.
true
if this handler was destroyed using onDestroy.
Optional
divSpecifies if events are handled.
Reference to the enclosing Graph.
Specifies if the tooltip should be hidden if the mouse is moved over the current cell.
Specifies if touch and pen events should be ignored.
Specifies the zIndex for the tooltip and its shadow.
Static
pluginHides the tooltip and resets the timer.
Hides the tooltip.
Creates the tooltip element and appends it to the document body.
Returns true
if events are handled.
This implementation returns enabled.
Returns hideOnHover.
Handles the event by initiating a rubberband selection. By consuming the event all subsequent events of the gesture are redirected to this handler.
Handles the event by updating the rubberband selection.
Handles the event by resetting the tooltip timer or hiding the existing tooltip.
Destroys the handler and all its resources and DOM nodes.
Resets and/or restarts the timer to trigger the display of the tooltip.
Resets the timer.
Enables or disables event handling.
This implementation updates enabled.
Sets
Shows the tooltip for the specified cell and optional index at the specified location (with a vertical offset of 10 pixels).
Graph event handler that displays tooltips.
Graph#getTooltip is used to get the tooltip for a cell or handle.
This handler is generally enabled using Graph#setTooltips.