Sets and gets the options to customize the tooltip of the circular gauge.
Gets and sets the tooltip settings for the annotation in circular gauge.
Sets and gets the options to customize the border for circular gauge tooltip.
boolean
Enables or Disables the visibility of tooltip.
Defaults to false
boolean
Enables and disables the animation to take place in circular gauge.
Defaults to true
string
Sets and gets the fill color of the 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 for the tooltip content in circular gauge.
Defaults to null
Sets and gets the tooltip settings of the range in circular gauge.
boolean
Enables and disables the tooltip of the circular gauge 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
Gets and sets the text style of the gauge tooltip.
string[]
Sets and gets the options to select the type of tooltip for range, annotation and pointer.
Defaults to Pointer