RangeTooltipSettingsModel
23 Sep 20251 minute to read
Interface for a class RangeTooltipSettings
Properties
border BorderModel
Options to customize tooltip borders.
displayMode TooltipDisplayMode
It defines display mode for tooltip.
enable boolean
Enables / Disables the visibility of the tooltip.
fill string
The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.
format string
Format the ToolTip content.
opacity number
The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.
template string|Function
Custom template to format the ToolTip content. Use ${value} as the placeholder text to display the corresponding data point.
textStyle FontModel
Options to customize the ToolTip text.