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 commented Jun 21, 2016

Hi, is it possible without changing too much code?

@ActiveScottShaw
Copy link

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!

@dabeng
Copy link
Owner

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
Labels
None yet
3 participants