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

Sometimes we need to stop a diagram's branch #1

Open
pierobonfada opened this issue Mar 6, 2021 · 1 comment
Open

Sometimes we need to stop a diagram's branch #1

pierobonfada opened this issue Mar 6, 2021 · 1 comment

Comments

@pierobonfada
Copy link

Your work was amazing! But I had to stop a branch in my diagram's, because part of the process would not continue till the end of the chart. So I added two classes in my local repository to make it possible. First is ending which I assign to the divs and li I would like to stop. Last is beforeending I put to the li before my stopping branch. I think it could be usefull. Thank you very much!

.ending:after {
border: 0 !important;
}

.beforeending:after {
height: 50% !important;
}

@arolle
Copy link
Owner

arolle commented Mar 22, 2021

Thanks.

Indeed, at present the assumption is that the diagram contains one single node on the left and one single node on the right. You are welcome to send a PR, maybe even extending index.html accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants