Tooltip
configurationConfiguration of the Slider tooltip.
tooltip
Objecttooltip.enabled
BooleanDisables (false) or enables (true) the tooltip of the Slider.
Default: true
tooltip.format
StringFormat string for the text of the tooltip. Note: The applied format will also influence the appearance of the Slider tick labels.
The slider widget supports precision of up-to 10 digits after the decimals point.
Default: "{0:#,#.##}"
tooltip.template
String|FunctionTemplate of the tooltip. The following variables are passed by the Slider and are ready to be used inside the template:
- value - the current value when using a regular slider
- selectionStart and selectionEnd - the current values when using a range slider