Xuebin Dong

Results 78 comments of Xuebin Dong

Hi @forceberg @nkolban . I built a new plugin [**OrgChart** ](https://github.com/dabeng/OrgChart)based on jOrgChart. It provides a handy callback "createNode" for users who wanna customize the internal structure and behavior of...

Hi @pajooh @Warxcell , I'm glad to see you guys prefer jOrgChart as much as I do. In order to keep jOrgChart alive, I build a repo "**[OrgChart](https://github.com/dabeng/OrgChart)**" to absorb...

yes, as the description in #120 , this feature is in progressing.

Hi @zxc7922927 From the version 3.4.0, you can drag&drop in the hybrid(horizontal + vertical) chart with the help of [JSONDigger](https://github.com/dabeng/json-digger) utility class. I have created the [Demo](https://codepen.io/dabeng/pen/yLqQGRb) on codepen.io for...

Hi @AVitse I think transparent node is what you need

Hi @hudhaifa93 @Anjan-Inspheris .**[OrgChart](https://github.com/dabeng/OrgChart)** is derived from jOrgChart. It provides an option **"exportButton"** to help users to export orgchart as a png picture. Hope this feature can save your development...

Hi @vuvanly . I'm in charge of a repo **[OrgChart](https://github.com/dabeng/OrgChart)** that is derived from jOrgChart. You can regard it as 2nd-generation of jOrgChart. This plugin can take json object as...

Hi @newhavengill , you can use [OrgChart](https://github.com/dabeng/OrgChart) plugin to improve the usability. It provides on-demand loading data, expand/collapse the nodes with 4 direction buttons and allows users to pan and...

Hi @deJong-IT @beardedlinuxgeek @Saeven @jbonigomes @TriSysBusinessSoftware , in my opinion, the less dependencies a plugin has, the more universal it become. So I recommend you **[OrgChart](https://github.com/dabeng/OrgChart)**(derived from jOrgChart) which uses...

Hi @aamirafridi . I guess I got your point. You wanna use JSON as datasource rather than ul, right? If I guess right, I wanna recommend you **[OrgChart](https://github.com/dabeng/OrgChart)** which could...