在哪里可以找到用于创建组织结构图的 jQuery 或 Ext 插件?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1911903/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-26 12:23:47  来源:igfitidea点击:

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

jqueryextjschartsorganization

提问by tsurahman

I know we can create an organization chart with Google Chart Tools.

我知道我们可以使用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?

是否有任何用于创建组织结构图的 jQuery 或 Ext 插件?

回答by James Kolpack

I have successfully used JavaScript InfoVis Toolkitto 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 demofor a tree-like structure which could be used for an organization.

我已经成功地使用JavaScript InfoVis Toolkit创建了一个看起来非常相似的图表。顾名思义,它只是 Javascript,您可以在内部托管它。由于它是非常可定制的,因此以正确的格式获取数据并以您喜欢的方式获取界面需要一些学习曲线。查看此演示以了解可用于组织的树状结构。

回答by antonjs

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

jQuery OrgChart是一个插件,允许您在易于阅读的树结构中呈现带有嵌套元素的结构:

  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
  1. 您可以在此处查看演示:http: //dl.dropbox.com/u/4151695/html/jOrgChart/example/example.html
  2. 您可以在此处查看 github 存储库:https: //github.com/wesnolte/jOrgChart

回答by Sariq Shaikh

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

我为 Ext JS 用户创建了 jOrgChart 并创建了 ExtJSOrgChart。请检查并提供您的反馈。 https://github.com/shaikhmshariq/ExtJSOrgChart

回答by Mihele Carleone

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

我喜欢http://www.highcharts.com/

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

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

回答by pkanane

Seriously.. the JavaScript InfoVis Toolkitis superb. Just extend as necessary

说真的…… JavaScript InfoVis Toolkit非常棒。只需根据需要扩展