Where can I find jQuery or Ext plugins for creating organization charts? [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
开发者_如何转开发 Improve this questionI 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?
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 http://thejit.org/static/v20/Jit/Examples/Spacetree/example2.html
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
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
精彩评论