Search results

AnnotationTooltipModel API in Vue Circular Gauge API component

Interface for a class AnnotationTooltip

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.

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.

format

string

Sets and gets the format of annotation in tooltip.

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

Gets and sets the tooltip text style of annotation.