39

Are there any javascript libraries for client-side rendering and manipulation of flow-charts? My preference would be for jQuery, but I'd settle for others.


This question has been asked before, but not for a couple of years so I'm hoping there's a more positive answer now!


The question has been asked again and now the most upvoted and most complete version of this question and answers is here: Graph visualization library in JavaScript

Community
  • 1
  • 1
Armand
  • 23,463
  • 20
  • 90
  • 119

5 Answers5

26

The following JavaScript libraries may help :)

kabuko
  • 36,028
  • 10
  • 80
  • 93
mckelvin
  • 3,918
  • 1
  • 29
  • 22
12

mxGraph, which is written in plain JavaScript, so you could wrap it in jQuery or any JS framework. It's Apache 2.0 licensed.

Frodo Baggins
  • 8,290
  • 6
  • 45
  • 55
9

I'd recommend Raphaël for this.

Sweet sexy demo: http://raphaeljs.com/graffle.html

Matt Ball
  • 354,903
  • 100
  • 647
  • 710
4

For me, WireIt looks like the best bet. Mentioned also here: Designing a Yahoo Pipes inspired interface

Community
  • 1
  • 1
Armand
  • 23,463
  • 20
  • 90
  • 119
0

Extjs lib. An example online flow chart build with extjs

And online flow chart help document here.

Mario S
  • 11,715
  • 24
  • 39
  • 47
Extjs
  • 11