Example of Tooltip in Javascript Linear Gauge Control

/
/
Tooltip

This sample visualizes the tooltip for pointer in gauge. To see tooltip in action, hover pointer or tap the pointer.

More Details...

Description

This sample demonstrates the measuring scale by using the linear gauge. Tooltip is used to track the pointer value closer to the current mouse position or touch contact. You can show the tooltip for an individual marker or bar pointer by hover or tap on the pointer in touch enabled devices. Injecting Module Linear gauge component features are segregated into individual feature-wise modules. To use tooltip, we need to inject GaugeTooltipmodule using LinearGauge.Inject(GaugeTooltip) method. More information about tooltip can be found in this documentation section.