added zooming and panning

This commit is contained in:
2024-10-23 14:00:38 +02:00
parent 057b62b663
commit f4fff00a38
2 changed files with 102 additions and 6 deletions
-2
View File
@@ -49,8 +49,6 @@ document.addEventListener("DOMContentLoaded", () => {
tooltip.style.left = `${tooltipX}px`;
tooltip.style.top = `${tooltipY}px`;
console.log("Tooltip positioned at:", tooltipX, tooltipY);
};
const attachTooltipHandlers = (elements, getContentCallback) => {