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?
image.options doesn't provide an option for tooltip in angular. Is there any way of doing it?