New to Kendo UI for Angular? Start a free 30-day trial
Implement LinearGauge as an Indicator for the Heatmap Chart
Updated on Jan 20, 2026
Environment
| Product | Progress® Kendo UI for Angular |
Description
How can I implement the Kendo UI for Angular LinearGauge to indicate the currently hovered series value in the Heatmap Chart?
Solution
-
Implement both Kendo UI for Angular Heatmap Chart and LinearGauge.
-
Set the needed
scaleranges of the LinearGauge component with the colors that reflect the color configuration of the Heatmap Chart. -
Use the
seriesHoverevent to change the value of the linear pointer in the LinearGauge.
The following example demonstrates the full implementation of the suggested approach.
Change Theme
Theme
Loading ...