Tooltip
configurationThe tooltip configuration options.
tooltip
Objecttooltip.appendTo
String|ElementThe element to which the tooltip will be appended.
Default: document.body
tooltip.delay
NumberThe delay in milliseconds before the tooltip is displayed.
Default: 1000
tooltip.followPointer
BooleanIf set to true, the tooltip will follow the mouse pointer.
Default: false
tooltip.linkTemplate
String|FunctionThe template which renders the tooltip content for the links.
tooltip.nodeTemplate
String|FunctionThe template which renders the tooltip content for the nodes.
tooltip.offset
NumberThe distance between the tooltip and the mouse pointer in pixels.
Default: 12