-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add ability to specify directionality of condition branches #3
Comments
Unfortunately not, but why not just invert the condition? |
Inverting the condition would achieve the layout goal but could also obscure the logic with double negations and make the chart less readable. Suppose, for example, an electrical device that's designed to fail when a shunt is tripped. The natural way to express the flow would be |
Ok, let me think about it... :-) |
I appreciate it. :-) |
included in version v1.2.0 ;-) |
Wow, thanks! @adrai++ |
Is it possible to specify the directionality of individual condition branches such that a "yes" branch may go right in one case but down in another? I'm trying to design my flowchart so that the success path is a straight line down and error conditions exit right. If this isn't currently possible, could the functionality be added? Thanks!
The text was updated successfully, but these errors were encountered: