Tree Layout of GoJS

Hi All,
Currently I am using goJS and have drawn hierarchy of the employee, using tree layout, of an organisation where every employee is connected to one manager. But I have got a requirement stating that one employee can have multiple managers if he is assign to multiple projects. In tree layout it is not supporting/ i m not able to do it. I really need your all help to implement this feature using GoJS.

Thanks in Advance…!!!

Try using LayeredDigraphLayout instead of TreeLayout.

Or maybe you want to do something like: Org Chart Extras

By the way, we’d prefer it if you conducted your conversations with us in a single stream, either forum or mail, but not both simultaneously.

Thanks Walter for the information. It really solved my purpose.