adrai / flowchart.js

Draws simple SVG flow chart diagrams from textual representation of the diagram
http://flowchart.js.org/
MIT License
8.54k stars 1.21k forks source link

Anyway to add drag and drop feature in flowchart.js #183

Open samimaliks opened 5 years ago

samimaliks commented 5 years ago

I am using this cool library with react, now have a requirement to add drag and drop . is it possible to use same drag and drop functionality with existing library and code flow or could add positions of every element . your help or suggestions could be appreciated

adrai commented 5 years ago

No idea, but PRs are always welcome ;-)

samimaliks commented 5 years ago

Ok doing it, if I i get any success will make PR

jln-dk commented 4 years ago

If someone is still interested I have created a React wrapper for flowchart.js: jln-dk/react-flowchart.js

Thanks to Adriano Raiano for creating this library! :)