Tooltip is not able to view on Translate position after panning Image on Canvas?
问题 Following is my Code for reference. One main image is display on Canvas. On that image with dataJSON object I am passing x and y co-ordinates and drawing ball images there. Then tooltip is added. (function tooltipFunc) But when I am panning image then tooltip is not visible on those balls images on hover.** In tooltipFunc function, if code is for default position when page loads first time. And else code is for translate positions when we are panning the image to show the tooltip. But after