问题
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?
回答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.
回答2:
Yeah, there is. See http://thejit.org/static/v20/Jit/Examples/Spacetree/example2.html
回答3:
jQuery OrgChart
is a plugin that allows you to render structures with nested elements in a easy-to-read tree structure:
- You can view a demo of this here: http://dl.dropbox.com/u/4151695/html/jOrgChart/example/example.html
- you can view the github repository here: https://github.com/wesnolte/jOrgChart
回答4:
Seriously.. the JavaScript InfoVis Toolkit is superb. Just extend as necessary
回答5:
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
回答6:
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
来源:https://stackoverflow.com/questions/1911903/where-can-i-find-jquery-or-ext-plugins-for-creating-organization-charts