OrgChart
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.
When ```...``` elements have links and other elements in them - they aren't shown. Only text is shown.
Png export can not work at first time, Something is downloaded, but it is a missing file that cannot be opened. But the second one works fine. and Pdf export...
Hi I notice the text can only show several characters. How do we cater for longer text? Can we add tooltips for the nodes? Thanks
因为默认的增加兄弟节点函数addSiblings固定把新节点增加到指定节点的左边,而在项目使用过程中,我需要用到指定增加到右边,找了一圈issues,发现也有人有类似需求但一直没有解决这个问题,所以通过跟踪尝试,调整了一下源码,给addSiblings函数加了个指定增加到右边的参数,调整了2个函数,addSiblings和buildSiblingNode,这两个函数在源代码里本身是就是紧挨在一起的,调整如下,有用的请参考。 ` 修改的jquery.orgchart.js文件 // build the sibling nodes of specific node buildSiblingNode: function ($nodeChart, data, isRight=false) { ..............原来的代码不变................... if ($nodeChart.closest('.nodes').parent().is('.hierarchy')) { ..............原来的代码不变.................. } else { // build the sibling nodes...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
When using the [link for orgchart.min.js found in the README of a CDN](https://cdnjs.com/libraries/orgchart), the following error occurs. ### Copy link of cdn:  ### Error Details: ``` Failed to find...
This again is related to using oc.init(...) multiple times (which is normal when you are editing online a chart). When the chart is created, each node gets potentially the data.compact...
Hello, First of all, I'd like to thank the development team for this powerful and flexible module. I'm facing a little challenge: I'd like to apply the HYBRID and COLLAPSED...
solves #741