Sets and gets the options to customize the tooltip properties for range tooltip.
Sets and gets the options to customize the style properties of the border for range tooltip.
boolean
Enables and disables the animation for the range tooltip. The animation is set as true by default.
Defaults to true
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.
Defaults to null
string
Sets and gets the format of the range tooltip in circular gauge.
Defaults to null
boolean
Enables and disables the range tooltip to be shown at mouse position. By default, it set as false.
Defaults to 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.
Defaults to null
Sets and gets the options for the text style of the tooltip text for ranges in circular gauge.