RangeTooltipModel

23 Sep 20251 minute to read

Interface for a class RangeTooltip

Properties

border BorderModel

Sets and gets the options to customize the style properties of the border for range tooltip.

enableAnimation boolean

Enables and disables the animation for the range tooltip. The animation is set as true by default.

fill 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.

format string

Sets and gets the format of the range tooltip in circular gauge.

showAtMousePosition boolean

Enables and disables the range tooltip to be shown at mouse position. By default, it set as false.

template string|Function

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.

textStyle FontModel

Sets and gets the options for the text style of the tooltip text for ranges in circular gauge.