Based on answers to my previous question, I was able to create a company organization chart code that currently looks like this
I'd like to display additional user details like email, phone, photo etc. (which are embedded in the abc2.json file) in column to right under search bar, as such
Here is a similar orgchart except I want details displayed to right of chart not below.
Also, instead of displaying details on mouse-hover, I need it to differentiate between clicking on user (to display details) vs clicking on node (to expand children).
How to do this ?
Thanks