Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open source HTML5 JS library for flowchats [closed]

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?

like image 819
Manish Devraj Avatar asked Feb 08 '13 05:02

Manish Devraj


1 Answers

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

like image 158
Manish Devraj Avatar answered Sep 18 '22 13:09

Manish Devraj