Search results

AnnotationTooltip API in JavaScript (ES5) Circular Gauge API control

Sets and gets the options to customize the tooltip for annotation in circular gauge.

Properties

border

BorderModel

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

enableAnimation

boolean

Enables and disables the animation of the annotation tooltip. By default, the animation is set as true.

Defaults to true

fill

string

Sets and gets the fill color of the annotation tooltip. This property accepts value in hex code, rgba string as a valid CSS color string.

Defaults to null

format

string

Sets and gets the format of annotation in tooltip.

Defaults to null

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.

Defaults to null

textStyle

FontModel

Gets and sets the tooltip text style of annotation.