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

强颜欢笑 提交于 2019-12-12 07:59:42

问题


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:

  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



回答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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!