Google Org Chart
Google Org Chart
I try to change
Picture 1
To this line to connect to bottom node like this
Picture 2
How can I do it, which part that I need to change in this line of code
data.addRows([[ v: 'department' + department, f: '' , 'division' + division, department, 'department', 'department' + department]]);
this code created the node look like in picture 1.
It is possible to connect from Level 1 to Level 3 without Level 2
For example SBU to Department not Division to Department
Like this http://jsfiddle.net/36gg3ro1/262/
I want Bob to connect with Mike but his level is lower than Jim and Alice
ok, I think so because I can't find any option in a document to solve my problem
– Pisit Koolplukpol
Aug 22 at 3:00
Can you recommend which tool will possible? @WhiteHat
– Pisit Koolplukpol
Aug 22 at 16:08
not really sure, maybe vis.js, check out the network examples...
– WhiteHat
Aug 22 at 16:16
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
just not possible using google's org chart...
– WhiteHat
Aug 21 at 12:00