views:

3059

answers:

4

I know we can create organization chart with http://code.google.com/apis/visualization/documentation/gallery/orgchart.html but my clients server doesn't have internet connection.

is there any jquery or extjs plugins for creating it?

thanks

:D

+6  A: 

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.

James Kolpack
This is the answer, tsurahman. InfoVis looks nice!
Upper Stage
best JS visualization library, hands down
slf
A: 

yeah there is... see this http://thejit.org/Jit/Examples/Spacetree/example2.html

dave dhaval
A: 

Cant we find any new Component except Google's?

Dhaval Dave
A: 

Seriously.. the JavaScript InfoVis Toolkit is superb. Just extend as necessary

pkanane