react-orgchart icon indicating copy to clipboard operation
react-orgchart copied to clipboard

Direction support for react?

Open mritunjaymusale opened this issue 4 years ago • 0 comments

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);

mritunjaymusale avatar Apr 04 '21 15:04 mritunjaymusale