TooltipSettingsModel
23 Sep 20251 minute to read
Interface for a class TooltipSettings
Properties
border BorderModel
Options to customize tooltip borders.
enable boolean
If set to true, tooltip will be displayed for the progress bar.
fill string
The fill color of the tooltip that accepts value in hex as a valid CSS color string.
format string
Format the tooltip content. Use ${value} as the placeholder text to display the corresponding progress value.
showTooltipOnHover boolean
If set to true, tooltip will be displayed for the progress bar on mouse hover.
textStyle FontModel
Options to customize the tooltip text.