ValeDale
ValeDale
This again is related to using oc.init(...) multiple times (which is normal when you are editing online a chart). When the chart is created, each node gets potentially the data.compact...
solves #741
If you call oc.init(...) multiple times, some values are not reset resulting in unexpected behavior.
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...
You will notice that the horizontal line between spouses do not work (works with jqeury v3.x.y) . I did not create a fork for this as I understand that making...