wesnolte / jOrgChart

A jQuery plugin to draw tree-like structures such as OrgCharts.
994 stars 674 forks source link

How to differentiate left and right nodes of the tree? #84

Open alitainfotech opened 2 years ago

alitainfotech commented 2 years ago

Hello,

I am using jOrgChart for uni-level tree. In this tree I am trying to achieve following things.

  1. Right side nodes should be on right side of parent node and left side nodes should be on left side of parent.
  2. There should be no node in center of tree below parent, it should be a straight dotted line without any node instead.

Could anyone help me out in achieving this requirement? I have attached screenshot of what it currently looks and written text on it that how it should look like. tree_issue

Thanks In Advance.