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

Left facing arrow logic is faulty #26

Open
Lixquid opened this issue Aug 4, 2014 · 4 comments
Open

Left facing arrow logic is faulty #26

Lixquid opened this issue Aug 4, 2014 · 4 comments

Comments

@Lixquid
Copy link

Lixquid commented Aug 4, 2014

When depicting control flowing right or downwards, the diagram renders fine. However, when you attempt to force a leftwards operation, the arrow comes out wonky. Screenshot:

Example

Code:

st=>start: Start:>http://www.google.com[blank]
e=>end:>http://www.google.com
op1=>operation: My Operation
sub1=>subroutine: My Subroutine
cond=>condition: Yes 
or No?:>http://www.google.com
io=>inputoutput: catch something...

st->op1->cond
cond(yes)->io->e
cond(no,left)->sub1(left)->op1
adrai added a commit that referenced this issue Aug 4, 2014
@adrai
Copy link
Owner

adrai commented Aug 4, 2014

try with v1.3.2.... should be a bit better...

@amitguptagwl
Copy link

amitguptagwl commented Jan 8, 2018

I would like to appreciate the effort of making such useful library. However I'm facing the same issue. In addition, If I link to the next node in left op1(left)->op6, it actually draws the node down side and connect with the arrow coming from left edge of op1

flowchart

@mlopezgva
Copy link

I thought it was my fault, but I see there's still work to do. I tried flowchart.js as part of HackMD.io, but right now is too buggy. Also, the generating code gets messy and it is hard to follow.

image

@adrai
Copy link
Owner

adrai commented Oct 25, 2018

feel free to contribute/help to make things better... will always appreciate PRs or new maintainers...

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

4 participants