react-orgchart
react-orgchart copied to clipboard
Direction support for react?
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);