OrgChart
OrgChart copied to clipboard
It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.
The [`hideSiblings`](https://github.com/dabeng/OrgChart/blob/ba2baa14d8640d1c8f03c4add657a9e9e892dfb2/src/js/jquery.orgchart.js#L628) function adds the class `isChildrenCollapsed` class at https://github.com/dabeng/OrgChart/blob/ba2baa14d8640d1c8f03c4add657a9e9e892dfb2/src/js/jquery.orgchart.js#LL638C13-L638C13 and https://github.com/dabeng/OrgChart/blob/ba2baa14d8640d1c8f03c4add657a9e9e892dfb2/src/js/jquery.orgchart.js#LL643C1-L643C1 . The ['showSiblings'](https://github.com/dabeng/OrgChart/blob/ba2baa14d8640d1c8f03c4add657a9e9e892dfb2/src/js/jquery.orgchart.js#L668) does not remove this class. I was using CSS to style nodes with children differently...
I want to show expand icon on node if it has child present by default currently it is only visible on node hover
on my S23U chrome browser pan can't work , please any advice ? 3q
Hello I'm using a normal window.print function but in print preview content flows outside of the page I have attached a screenshot for your reference
Hi all - is there anyway to have a list of parent nodes selected one at a time and printed out/saved? Basically I have a requirement to be able to...
I just have same issue with that case: https://github.com/dabeng/OrgChart/issues/120 But he closed it
when the next version coming? Thank you for your work!
I'm trying to create a multiple root org chart by not displaying a fake root. My problem is that when the method collapseAll is called, all nodes collapse towards the...
I want to know if I can change the arrangement direction of byte points of a node (vertical to horizontal)?
Hi, I have in css overflow auto. With direction set to t2b, it is working perfectly.  However once you switch to l2r or r2l, the overflow stops working and...