The Wayback Machine - https://web.archive.org/web/20201219203655/https://github.com/dabeng/OrgChart/issues/25
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deactivate collapse #25

Closed
der-robert opened this issue Jun 21, 2016 · 2 comments
Closed

deactivate collapse #25

der-robert opened this issue Jun 21, 2016 · 2 comments

Comments

@der-robert
Copy link

@der-robert der-robert commented Jun 21, 2016

Hi, is it possible without changing too much code?

@ActiveScottShaw
Copy link

@ActiveScottShaw ActiveScottShaw commented Jun 21, 2016

We were after the same thing ... a 'quick way' to get around it is to just hide off the 'arrows' so they can not be clicked.

.orgchart .node .verticalEdge, .orgchart .node .horizontalEdge { display: none; }

And then you can also remove the yellow glow with:
.orgchart .node:hover, .orgchart .node.focused { background: none !important; }

Would be great to be able to turn on and off the 'collapse' though!

@der-robert der-robert closed this Jun 21, 2016
@dabeng
Copy link
Owner

@dabeng dabeng commented Jun 22, 2016

Hi @der-robert @ActiveScottShaw . Thank you guys for your constructive discussions. I have added a valuable tip to Readme that is inspired by this issue 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants
You can’t perform that action at this time.