Show tooltip on Image in angular

1 Answer 8 Views
Drawing Tooltip
Abhishek
Top achievements
Rank 1
Abhishek asked on 19 Aug 2025, 05:30 AM

I've a kendo chart where I'm returning an image as a marker for my angular application. Is there any option to add a tooltip for that image. 

sample image code is 

var image = new drawing.Image(
'image source',
new geometry.Rect([cx, cy], [imageSize, imageSize])
);
image.options doesn't provide an option for tooltip in angular. Is there any way of doing it?

1 Answer, 1 is accepted

Sort by
0
Martin Bechev
Telerik team
answered on 21 Aug 2025, 08:43 AM

Hello Abhishek,

There is no built-in tooltip support for images rendered as custom markers in Kendo UI for Angular Charts. The image element created with the Drawing API does not have a native tooltip property.

However, you can implement a custom tooltip by handling mouse events and displaying a tooltip component, such as Kendo Tooltip:

https://www.telerik.com/kendo-angular-ui/components/tooltips/tooltip/opening

Regards,


Martin Bechev
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Drawing Tooltip
Asked by
Abhishek
Top achievements
Rank 1
Answers by
Martin Bechev
Telerik team
Share this question
or