New to Kendo UI for Angular? Start a free 30-day trial
Showing Hand Cursor When Hovering Chart Series
Environment
Product | Progress® Kendo UI for Angular |
Description
How can I display a hand cursor while hovering the Chart series?
Solution
Dynamically apply a custom CSS class to the Chart through the Angular ngClass
directive. Apply the custom class on the Chart seriesOver
event and remove it on the seriesLeave
event.
The following example demonstrates the full implementation of the suggested approach.
Change Theme
Theme
Loading ...