Interface for a class TooltipSettings
Options to customize tooltip borders.
boolean
If set to true, tooltip will be displayed for the progress bar.
string
The fill color of the tooltip that accepts value in hex as a valid CSS color string.
string
Format the tooltip content. Use ${value} as the placeholder text to display the corresponding progress value.
boolean
If set to true, tooltip will be displayed for the progress bar on mouse hover.
Options to customize the tooltip text.