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
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
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.
yeah there is... see this http://thejit.org/Jit/Examples/Spacetree/example2.html
Seriously.. the JavaScript InfoVis Toolkit is superb. Just extend as necessary