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
Hi, your Vue diagram editor is an excellent piece of work!
I would like to call the methods for zooming from a button in my code. I have installed your vue-diagram-editor NPM package and it works fine. Your API docs refers to the methods of package "svg-pan-zoom", but it remains unclear to me how I can invoke those methods. Could you update your API doc or paste here an example how to access this other package and call those zooming methods, like zoom() or zoomBy()?
Thanks, Michael
The text was updated successfully, but these errors were encountered:
Hi @mickey58github. I apologize for the delay.
Indeed, not all the mods from the "svg-pan-zoom" library have been proxied yet.
I will try to add them in the future. While you can do this hack:
Hi, @max-kut - thanks for taking care of my question. I'll try this out - though my experience is that code that relies on $refs is sometimes unreliable, especially during initial loading of a page/component, when the $refs get assigned in some rather mysterious order and timing ;-)
Hi, your Vue diagram editor is an excellent piece of work!
I would like to call the methods for zooming from a button in my code. I have installed your vue-diagram-editor NPM package and it works fine. Your API docs refers to the methods of package "svg-pan-zoom", but it remains unclear to me how I can invoke those methods. Could you update your API doc or paste here an example how to access this other package and call those zooming methods, like zoom() or zoomBy()?
Thanks, Michael
The text was updated successfully, but these errors were encountered: