dabeng / react-orgchart

It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.
MIT License
131 stars 112 forks source link

Direction support for react? #33

Open mritunjaymusale opened 3 years ago

mritunjaymusale commented 3 years ago

Is there a way to do direction like the way you have for other versions of this library ? for example from here

// sample of core source code let orgchart = new OrgChart({ 'data' : datascource, 'nodeContent': 'title', 'direction': 'r2l' }); document.querySelector('#chart-container').appendChild(orgchart);