Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find jQuery or Ext plugins for creating organization charts? [closed]

I know we can create an organization chart with Google Chart Tools.

But my client's server doesn't have an Internet connection.

Are there any jQuery or Ext plugins for creating an organization chart?

like image 483
tsurahman Avatar asked Dec 16 '09 02:12

tsurahman


2 Answers

I have successfully used JavaScript InfoVis Toolkit to create a graph that looks very similar to that. As implied by the name, it is only Javascript and you can host it internally. Since it is very customizable, there is a bit of a learning curve to getting your data in the correct format and the interface the way you'd like. Look at this demo for a tree-like structure which could be used for an organization.

like image 126
James Kolpack Avatar answered Sep 29 '22 11:09

James Kolpack


Yeah, there is. See http://thejit.org/static/v20/Jit/Examples/Spacetree/example2.html

like image 40
dave dhaval Avatar answered Sep 29 '22 11:09

dave dhaval