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