It's a simple and direct organization chart plugin. Anytime you want a tree-like chart, you can turn to OrgChart.
2.87k
stars
772
forks
source link
I keep seeing this issue "Cannot read property 'length' of undefined" #263
Open
YousefMMS opened 7 years ago
I keep seeing this issue "Cannot read property 'length' of undefined" After my debug, I added the following js line at line 688
if (!nodeData.children) { nodeData.children = []; }
after that every thing works fine.am going to add pull request with this change, if that's not right let me know.