Search results

RangeTooltip API in React Circular Gauge API component

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

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.

Defaults to true

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.

Defaults to null

format

string

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

Defaults to null

showAtMousePosition

boolean

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

Defaults to 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.

Defaults to null

textStyle

FontModel

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