alyssaxuu / flowy

The minimal javascript library to create flowcharts ✨
MIT License
11.47k stars 998 forks source link

How to support cyclic relations between blocks in flowy #146

Open rashidabhar opened 1 year ago

rashidabhar commented 1 year ago

Hey everyone,

I am using flowy for creating flowchart and I need to create some cyclic relationships between blocks in that. What I want is that a new block can point out to any already existing blocks. It would be big help if anyone has already implement such kind of customisation in flowy or has any idea how to achieve this functionality efficiently?