/ Linear Gauge / RangeTooltip
Search results

RangeTooltip API in Vue Linear Gauge API component

Sets and gets the options to customize the tooltip for range in axis.

Properties

border

BorderModel

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

enableAnimation

boolean

Enables or disables the animation for the range tooltip when moved from one place to another.

Defaults to true

fill

string

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

Defaults to null

format

string

Sets and gets the format for the tooltip content in range.

Defaults to null

position

string

Sets and gets the position type to place the tooltip in the axis .

Defaults to End

showAtMousePosition

boolean

Enables or disables the options to show the tooltip position on range.

Defaults to false

template

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

textStyle

FontModel

Sets and gets the options to customize the tooltip text of range in axis.