Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

network diagram/ flow diagram in JQuery [closed]

Have You got any examples or links to free JQuery flow diagram or network/ graph diagram ?

like image 734
gruber Avatar asked Sep 13 '10 12:09

gruber


1 Answers

Wirekit looks good for creating custom wired flows:

http://neyric.github.com/wireit/

Although JSPlumb doesn't have something for explicitly creating flow charts, I'm sure you can get this to work for your purposes.

http://morrisonpitt.com/jsPlumb/html/jquery/demo.html

like image 187
EarlyPoster Avatar answered Oct 14 '22 09:10

EarlyPoster