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