Api rangeTooltipSettings in JavaScript Range navigator control
18 Nov 20181 minute to read
Properties
border BorderModel
Options to customize tooltip borders.
displayMode string
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 0.85
template string
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.