16

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

gruber
  • 28,739
  • 35
  • 124
  • 216
  • Related: http://stackoverflow.com/questions/27643/is-there-a-library-for-rendering-basic-flow-diagrams-in-javascript-css – Peter Jaric Sep 13 '10 at 12:47

3 Answers3

24

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

EarlyPoster
  • 1,068
  • 1
  • 11
  • 27
  • 1
    Did you try mydiagram.org ? Its far more advanced than jsPlumb and Wirekit and has a dozen of diagram types. – xamiro Dec 29 '12 at 08:36
3

jGraphUI is very close to what you need and it's free.

kamranicus
  • 4,207
  • 2
  • 39
  • 57
-1

Maybe with some tweaks u could use jqPlot

larole
  • 172
  • 1
  • 3
  • 7