Documentation

autowidth

adjusts Organogram to the parent container size horizontally

boolean autowidth;

Example

webix.ui({
    view:"organogram",
    autowidth:true,
    ...
});

See also

Back to top