how to add multiple links from same connector arrow
i want to connect with multiple input from one output. i want to connect the link where ever i needed.
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 .
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
done by changing the value of multipleLinksOnOutput to true,