OrgChartAddon icon indicating copy to clipboard operation
OrgChartAddon copied to clipboard

add OrgChart hybrid functionality

Open iDontWanna44 opened this issue 7 months ago • 0 comments
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

iDontWanna44 avatar Mar 26 '25 21:03 iDontWanna44