dabeng / OrgChart

It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.
MIT License
2.88k stars 771 forks source link

Dont Use Up button #192

Open UMUTBAYGUT opened 7 years ago

UMUTBAYGUT commented 7 years ago

Hello , how can i hide just up buttom on chield node ? I dont want to hide parent . I want to just available click down buttom.

Chield's parents can't be hidden bu Chield's chieldren can be hidden.

Thanks

UMUTBAYGUT commented 7 years ago

Solution (for my way ,nod good): on the jquery.orgchart.js make commet 641. Line :)

filip0v commented 6 years ago

Hi @UMUTBAYGUT. You can try this:

.orgchart .node .topEdge,
.orgchart .node .leftEdge,
.orgchart .node .rightEdge {
    display: none;
}