OrgChartAddon
OrgChartAddon copied to clipboard
add OrgChart hybrid functionality
trafficstars
Feature proposal
Hi, I was hoping to use the hybrid functionality from orgChart, i.e. assigning vertical child node orientation for specific nodes (and not just for a depth level which is already implemented). https://dabeng.github.io/OrgChart/data-prop-hybrid.html
thanks.
Describe solution expectations
I tried copying in the ".orgchart .nodes.vertical" css from https://github.com/dabeng/OrgChart/blob/master/src/css/jquery.orgchart.css into my styles.css file -> .setClassName("vertical") to the desired parent nodes, but didn't seem to work? Ideally it would use the node.data attribute, ex. "node.setData("hybrid", "true");
Additional information
No response