You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this possible? I'm displaying a tooltip for elements and because it doesn't scale/move with the svg, I'd like to dismiss it when those events are fired. At the moment I'm using a mousewheel jquery plugin on the svg element, but I'd like a fix for panning as well. Thanks
The text was updated successfully, but these errors were encountered:
unfortunately, this is currently not implemented. I am planning to start a rewrite of the plugin at some point that will use an event pipeline for interaction. This would simplify integration with custom elements and also enable support for touch devices using third party libraries.
However, I cannot provide a timeline yet. Thus, you might need to create a fork of the plugin and add some code to raise those events yourself.
Is this possible? I'm displaying a tooltip for elements and because it doesn't scale/move with the svg, I'd like to dismiss it when those events are fired. At the moment I'm using a mousewheel jquery plugin on the svg element, but I'd like a fix for panning as well. Thanks
The text was updated successfully, but these errors were encountered: