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
Show an orgchart. Perform a zoom
Perform a orgchart.init() with the new data.
New behavior: if you perform now a zoom, the zoom will be in much larger steps (as some variables are not reset).
Expected behavior: normal zoom.
(I will submit a solution for this in a moment). (solution consists of performing an unbind as first step in the bind (I suggest to do this both for pan and zoom).
The text was updated successfully, but these errors were encountered:
ValeDale
added a commit
to ValeDale/OrgChart
that referenced
this issue
Mar 7, 2024
Example:
Show an orgchart. Perform a zoom
Perform a orgchart.init() with the new data.
New behavior: if you perform now a zoom, the zoom will be in much larger steps (as some variables are not reset).
Expected behavior: normal zoom.
(I will submit a solution for this in a moment). (solution consists of performing an unbind as first step in the bind (I suggest to do this both for pan and zoom).
The text was updated successfully, but these errors were encountered: