You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have used OrgChart library for a complex chart and works great. Kudos for the great work :).
But when chart gets bigger it becomes useless pretty soon, because of horizontal display of children. I could not find an option in plugin to align children vertical, under the parent.
Please see the attached image, I don't want the connecting lines for children, just alignment will fulfill my requirements.
If there is no option currently in the library, can you please guide me on how can I modify the library to achieve the effect. Thanks.
The text was updated successfully, but these errors were encountered:
Hi @mfahadi. From version 1.2.0, users never have to worry about how to align a huge of nodes in one screen of browser. The option "verticalDepth" allows users to align child nodes vertically from the given depth. But currently, this option is incompatible with many other options or methods, like direction, drag&drop, addChildren(), removeNodes(), getHierarchy() and so on. These conflicts will be solved one by one in the later versions.
Hi, I have used OrgChart library for a complex chart and works great. Kudos for the great work :).
But when chart gets bigger it becomes useless pretty soon, because of horizontal display of children. I could not find an option in plugin to align children vertical, under the parent.
Please see the attached image, I don't want the connecting lines for children, just alignment will fulfill my requirements.
If there is no option currently in the library, can you please guide me on how can I modify the library to achieve the effect. Thanks.
The text was updated successfully, but these errors were encountered: