jquery.flowchart icon indicating copy to clipboard operation
jquery.flowchart copied to clipboard

how to add multiple links from same connector arrow

Open umarsuhail opened this issue 7 years ago • 3 comments

i want to connect with multiple input from one output. i want to connect the link where ever i needed.

umarsuhail avatar Aug 10 '18 11:08 umarsuhail

I have a feeling the answer probably should be : This is open source software. It does what it does. If you change it to make that happen - please share since I am sure the rest of he community would be interested. Thanks

On Fri, 10 Aug 2018 at 12:37 umarsuhail [email protected] wrote:

i want to connect with multiple input from one output. i want to connect the link where ever i needed.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sdrdis/jquery.flowchart/issues/89, or mute the thread https://github.com/notifications/unsubscribe-auth/ACItM316aAp7i1LLk5rbRWf4LZchyqwAks5uPXBzgaJpZM4V4DV9 .

runette avatar Aug 11 '18 09:08 runette

There are multiple way of doing this. You can either use the multipleLinksOnOutput and multipleLinksOnInput properties. Or you can either use multiple connectors as shown in:

http://sebastien.drouyer.com/jquery.flowchart-demo/#multiple

sdrdis avatar Aug 11 '18 10:08 sdrdis

done by changing the value of multipleLinksOnOutput to true,

umarsuhail avatar Aug 12 '18 17:08 umarsuhail