Question

I am planning to write an application that can allow me to draw flowchart like diagrams that can span over multiple dynamic rectangles (nodes) connected to N level of depth. Obvious thought is to use a flowchat library to achieve the purpose. I like the examples give by http://gojs.net/latest/samples/flowchart.html but due to licensing terms I might not be able to use it.

I am searching for opensource JS library so I can draw such diagrams on HTML5 canvas. Any thoughts?

Was it helpful?

Solution

Found some nice library for something that matches our need. Anyone looking for similar ones check this out at GitHub https://github.com/jsplumb/jsplumb

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top