Search code examples
javascriptajaxdojo

Building Organizational chart using JavaScript


I have JSON data which come from server.

I want to display organization chart in the HTML file in the below format:

                       CEO
                        |
                        |
            #Manager             #Manager 

I am using Dojo. I find this link extremely useful. I want to build exactly the same thing.

I am not able to find required dojo files in there site. So it could be proprietary to IBM.

I tried this link, but I do not find it useful.

Can someone please tell me how should I do it Using dojo or any other frameworks?


Solution

  • You might want to try google org charts . fairly easy to use it think.