sdrdis / jquery.flowchart

JQuery plugin that allows you to draw a flow chart.
http://sebastien.drouyer.com/jquery.flowchart-demo/
Other
508 stars 149 forks source link

Add a new option #130

Open mralimac opened 4 years ago

mralimac commented 4 years ago

I was having an issue with the integers used for links and preferred to use a random string to allow better communicate with a database.

I have made a change to allow for an option to use a random string instead of an integer for a linkID when you create a link via the click and drag method