Xuebin Dong

Results 78 comments of Xuebin Dong

Hi @lchanhk . I built a plugin "**[OrgChart](https://github.com/dabeng/OrgChart)**" derived from jOrgChart. I'm sure it would be capable to fulfill your demand. I made use of CSS3 transition to implement fadein&fadeout...

Hi @Paul75 I create a demo on codepen.io for you -- https://codepen.io/dabeng-the-styleful/pen/YzgzEGp . The core snippets are shown below: ``` var nodeTemplate = function(data) { return ` ${data.name} ${data.members.map(member =>...

Hi @Paul75 I create a demo on codepen.io for you -- https://codepen.io/dabeng-the-styleful/pen/YzgzEGp . The core snippets are shown below: ``` var nodeTemplate = function(data) { return ` ${data.name} ${data.members.map(member =>...

Hi @rwfaxz 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 @yurivict @DCH1 I have created new 30 demo on gh-pages for you -- nodes of different widths(https://dabeng.github.io/OrgChart/nodes-of-different-widths.html)

Hi @meilao3rd You can use option **nodeTemplate** or **createNode** to customize your node structure. The following are demos you can refer to 😊 : [node template based on es6 template...

Sorry @Leeecoder the feature you mentioned above is not enabled yet.

Hi @gumptionpk Sorry for late response. I'm aware that you got an good idea or new feature, but I can't get your point. Could you share a draft to demonstrate...

@brunnobb @yunstanford @bensbits91 Please try out new version 1.0.0, I hope this version can help you introduce organization chart into your react context. This is a comprehensive demo - https://codesandbox.io/s/react-orgchart-demo-o3nf6

@brunnobb I just fixed the bug. Please review the demo 😊 . It works correctly.