bitterbit / flowjs

FlowJS allows you to render dynamic, animated flow charts using HTML5 canvas
MIT License
57 stars 18 forks source link

Creation of better cyclical connectors #3

Open davidsharpbell opened 4 years ago

davidsharpbell commented 4 years ago

I absolutely love flowjs. I have one request though. When you add paths that connect with previously mentioned paths in a cyclical manner, the chart gets really messed up.

For example: ["Step 1", "Step 2", "Step 3", "Step 4", "Step 5", "Step 2"] results in a completely haywire design. It would be really great if it could gracefully loop back.

bitterbit commented 4 years ago

Thanks! Yes i did not take that into account, at the time I had a specific usage in mind.
I saw you forked the repo, if you end up implementing this I would love to merge it back in :)