Question

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?

Was it helpful?

Solution

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.

OTHER TIPS

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

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

I have forked jOrgChart for the Ext JS users and created ExtJSOrgChart. Please check it out and provide your feedback. https://github.com/shaikhmshariq/ExtJSOrgChart

I like http://www.highcharts.com/

HighCharts extension for ExtJS 4 joekuan.wordpress.com/2012/01/27/highcharts-extension-for-extjs-4/?relatedposts_exclude=4038

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top