I was surprised at the lack of any simple or straightforward libraries to create flowcharts in JavaScript, so I made my own. It's very easy to implement, and it has all the basic functionality - drag, drop, rearrange, and delete. I also included a demo of a marketing automation tool (similar to Zapier, but with flowcharts) made using the engine. Hope you find it useful!
I kept it to a single "tree" so I could implement a simple mechanic to delete blocks - dragging and dropping them anywhere in the canvas. I also would have to take into account blocks overlapping (unless I automatically spaced them out), so at least for this release I didn't add that feature. It could definitely be implemented though :)
6 comments
[ 2.8 ms ] story [ 29.3 ms ] thread