Interface for a class RangeTooltip
Sets and gets the options to customize the border for range tooltip.
boolean
Enables and disables the animation for the range tooltip. The animation is set as true by default.
string
Gets and sets the fill color of the range tooltip. This property accepts value in hex code, rgba string as a valid CSS color string.
string
Sets and gets the format of the range tooltip in circular gauge.
boolean
Enables and disables the range tooltip to be shown at mouse position. By default, it set as false.
string
Sets and gets the custom template to format the tooltip content. Use ${x} and ${y} as a placeholder text to display the corresponding data point.
Sets and gets the options for the text style of the tooltip text for ranges in circular Gauge.