added zooming and panning
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user