Class: ToolTip

ToolTip

Shows an annotation when mouse is over a series data point

Constructor

new ToolTip(chart)

Parameters:
Name Type Description
chart Tee.Chart The parent chart this tooltip belongs to.
Properties:
Name Type Attributes Default Description
autoHide Boolean <optional>
false When true, the tooltip is automatically removed after "delay" milliseconds.
delay Number <optional>
1000 Amount of milliseconds to wait before removing the last displayed tooltip (when "autoHide" is true).
animated Number <optional>
100 Duration in milliseconds to animate the movement of tooltip from old to new position.
Source:

Extends