Webix Organogram

Organogram is a JavaScript Webix widget intended for creating hierarchical diagrams that display links between posts and jobs in an organization or represent various parts of a complex structure. Due to the fact that the structure and API of Organogram are similar to Webix Tree ones, you will spend less time on learning this component. You can customize the appearance of this JavaScript widget according to the requirements of your project. It is possible to adjust the size of Organogram items, their content, arrangement and even more. What is more, to make the widget more informative you can add different HTML-objects to its items.It is possible to adjust the whole style of Organogram or its separate elements through CSS. You may also apply your own CSS rules to create a unique style of this widget.f you have an organization with branched structure and want to display it in a comprehensible format, you can present child elements of some items in a list form.Webix Organogram allows loading data in JSON or XML data formats. These data formats are easily customizable therefore you can use Organogram with your existing web-services. Since Organogram widget is based on the TreeStore, you can load data from a database on the server as well.