Options to customize tooltip borders.
It defines display mode for tooltip.
Defaults to ‘OnDemand’
boolean
Enables / Disables the visibility of the tooltip.
Defaults to false.
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.
number
The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.
Defaults to 0.85
string
Custom template to format the ToolTip content. Use ${value} as the placeholder text to display the corresponding data point.
Defaults to null.
Options to customize the ToolTip text.