Organogram : List block at the same level than other branch

Hello.

Using the organogram component for a real case I’ve reached an unpleasant situation. I want to use a list block, with margins, but at the same level I have a branch. The second branch do not adapt to the first one with list and margins.
It’s always best with an example:
http://webix.com/snippet/029d3acd

Could it be possible to fix? I assume a list block should report the margin to all other branches at the same level.

Thanks you for your attention.

Jonathan

Hello Jonathan,

There is also “marginX” property that you can change to increase the space between the blocks:

http://webix.com/snippet/9ba2a920

Great! I’ve seen that property before but I didn’t think it could help my situation. Thank you.