OrgChart icon indicating copy to clipboard operation
OrgChart copied to clipboard

It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.

Results 182 OrgChart issues
Sort by recently updated
recently updated
newest added

Hi, I use your orgchat for company's units. thanks for that by the way. I want to add employees but I set hierarchy as parentId-child(these are teams) but **employees need...

Hi all, Could you tell me any reference how to count child from each parents? included grandchild and grandchild and soon, ^^ tx, Steven

Export image for printing with a better sharpness can be done with a transform scale3d with a sharpness Factor (72dpi to 300dpi => 4 factor) I change export function to...

I think the general layout of the orgchart can be improved if the `.orgchart .node .title` element is not fixed to 130px In my own application I overwrite the style...

Hi, I think the toggleSiblingsResp option is not working as expected. Even if it is set to false siblings can be hidden/shown I think it's in line: https://github.com/dabeng/OrgChart/blob/ead138fc2c62998fb00baefd29fe30694670b74c/src/js/jquery.orgchart.js#L719 and I...

In bower.json, the jquery query version is ~3.2.1 and this version contains vulnerabilities. Any chance to update this so we can update to the latest jquery version?

请问数据源中的 otherPro 属性 应该怎么用呀?

初始化的代码,添加了'verticalLevel': 4,,纵向排列 var oc = $('#chart-container').orgchart({ 'data' : datascource, 'chartClass': 'edit-state', 'exportButton': false, 'exportFilename': 'SportsChart', "pan":false, "zoom":true, 'verticalLevel': 4, 'nodeContent': 'title', "draggable":true, "toggleSiblingsResp":false, 'createNode': function($node, data) { $node[0].id = getId();...

目前在垂直视图里,进行编辑增删节点,有很多问题,会不会做兼容?

![image](https://user-images.githubusercontent.com/20011783/106240353-22fbae00-622a-11eb-9939-793c723ca5e0.png) Like in the screenshot, is it possible to display a menu option on node click or right click? Is there a build-in feature to create that?