How to add a text box popup (Jquery tooltip or similar) to a Fabric JS image within a canvas?
I'm working on a Fabric JS project to map a floor with its rooms' locations. At each room location I added an icon. I want to have a text box pop up (such as jquery tooltip) each time the mouse hover above the icon. The text box should show room information (phone number \ person \ size \ etc.) I found this google group post , but no one really described the solution beside sharing this link Step 1: Set up your watchers Step 2: Load the dialog Step 3: Figure out where the bounding rect is on the page and move the dialog. canvas.observe('mouse:over', function (e) { console.log("Everyday I'm