TooltipSettingsModel
Interface represents the settings for a progress bar tooltip.
Properties
border BorderModel
Specifies the settings to customize the tooltip borders.
Default: {}
enabled Boolean
Specifies whether the tooltip is enabled or not.
Default: false
fill String
Specifies the fill color of the tooltip in a hex format.
Default: null
format String
Specifies the format the tooltip content. Use ${value} as the placeholder text to display the corresponding progress bar value.
Default: null
showTooltipOnHover Boolean
Specifies whether to show the tooltip on mouse hover or not.
Default: false
textFont FontModel
Specifies the font settings to the tooltip text.
Default: {}