Are there any better javascript org charts compared with Google Org Chart API? [closed]
Solution 1:
You could use Jit (The JavaScript Infoviz Toolkit), there's a good example here. This is what I used to create an org chart at my company (backed by a PHP script that turns AD relationships into JSON).
Solution 2:
D3 - http://d3js.org/
Here is an example - they are a bit hard to find
http://bl.ocks.org/1061834