TooltipSettings

23 Sep 20251 minute to read

Options to customize the tooltip for the progress bar.

Properties

border BorderModel

Options to customize tooltip borders.

Defaults to {}

enable boolean

If set to true, tooltip will be displayed for the progress bar.

Defaults to false.

fill string

The fill color of the tooltip that accepts value in hex as a valid CSS color string.

Defaults to null.

format string

Format the tooltip content. Use ${value} as the placeholder text to display the corresponding progress value.

Defaults to null.

showTooltipOnHover boolean

If set to true, tooltip will be displayed for the progress bar on mouse hover.

Defaults to false.

textStyle FontModel

Options to customize the tooltip text.