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

21,654

Solution 1

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.

Solution 2

jQuery OrgChart is a plugin that allows you to render structures with nested elements in a easy-to-read tree structure:

  1. You can view a demo of this here: http://dl.dropbox.com/u/4151695/html/jOrgChart/example/example.html
  2. you can view the github repository here: https://github.com/wesnolte/jOrgChart

Solution 3

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

Share:
21,654
tsurahman
Author by

tsurahman

Updated on July 15, 2020

Comments

  • tsurahman
    tsurahman almost 4 years

    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?

  • Upperstage
    Upperstage over 14 years
    This is the answer, tsurahman. InfoVis looks nice!
  • slf
    slf over 13 years
    best JS visualization library, hands down
  • jellyfishtree
    jellyfishtree about 13 years
    jit is so heavy though. is it possible to lode the code just for that org chart piece?
  • James Kolpack
    James Kolpack about 13 years
    @jellyfishtree - it is certainly possible, but also highly impractical