organogram widget

HI all
i was wondering if anything can be done to organogram to organize children in ‘vertical fashion’, similarly to what is being done in organogram\list, but i want each item in the list to be in a separate node rather than a list of items in the same nonde

Hello,
If I understood you correctly, please, check this information about Customizing Organogram

By default, list items in the block are placed into a standard HTML list. To separate them visually and show their dependence on one and the same parent, define the following values within the Organogram type:

listMarginX - space between the vertical line and block items;
listMarginY - space between two block items in the line.

webix.ui({
    view:"organogram",
    type:{
        listMarginX: 20,
        listMarginY: 20
    }
});

Here is an example: https://webix.com/snippet/6123eb10