Options to customize tooltip borders.
number
Duration for the ToolTip animation.
Defaults to 300
boolean
Enables / Disables the visibility of the tooltip.
Defaults to false.
boolean
If set to true, ToolTip will animate while moving from one point to another.
Defaults to true.
boolean
Enables / Disables the visibility of the marker.
Defaults to true.
boolean
To wrap the tooltip long text based on available space. This is only application for chart tooltip.
Defaults to false
number
Fade Out duration for the ToolTip hide.
Defaults to 1000
Fade Out duration for the Tooltip hide.
Defaults to Move
string
The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.
Defaults to null
string
Format the ToolTip content.
Defaults to null.
string
Header for tooltip. By default, the shared tooltip displays the point x value and the series name for each individual tooltip.
Defaults to null
number
The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.
Defaults to 0.75
Specifies the tooltip position. They are:
Defaults to ‘Fixed’
boolean
If set to true, a single ToolTip will be displayed for every index.
Defaults to false.
boolean
Specifies whether to display the header line in the tooltip.
Defaults to true
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.
Defaults to true
boolean
Enables or disables the display of tooltips for the nearest data point to the cursor.
Defaults to false.
string
| Function
Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.
Defaults to null.
Options to customize the ToolTip text.