Interface for a class StockTooltipSettings
Options to customize tooltip borders.
number
Duration for the ToolTip animation.
boolean
Enables / Disables the visibility of the tooltip.
boolean
If set to true, ToolTip will animate while moving from one point to another.
boolean
Enables / Disables the visibility of the marker.
boolean
To wrap the tooltip long text based on available space. This is only application for chart tooltip.
number
Fade Out duration for the ToolTip hide.
Fade Out duration for the Tooltip hide.
string
The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.
string
Format the ToolTip content.
string
Header for tooltip. By default, the shared tooltip displays the point x value and the series name for each individual tooltip.
number
The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.
Specifies the tooltip position. They are:
boolean
If set to true, a single ToolTip will be displayed for every index.
boolean
By default, the nearest points will be included in the shared tooltip; however, you can set it to false to exclude the nearest value from the tooltip.
string
| Function
Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.
Options to customize the ToolTip text.