Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any better javascript org charts compared with Google Org Chart API? [closed]

We are using google org chart API to display our org charts. This works well but we need something that supports:

  1. One person reporting to multiple managers
  2. Co heads of a functional areas.

Are there any competing tools that give better support for the above.


NOTE: For Gorka LLona, who suggested this solution below in one of the answers, i found a few bugs, here is a screenshot of the issue i am running into using your test example.

enter image description here

like image 848
leora Avatar asked Oct 13 '10 11:10

leora


People also ask

What is the best program to use for an org chart?

Visio is a visual, drag-and-drop canvas tool that allows people to create org charts, and it also has the power to connect with data in existing Excel files or Active Directories to help you automatically create org charts.

Are org charts outdated?

Traditional organizational charts are outdated and inefficient. While they may have served a useful (but albeit limited) purpose to organizations once upon a time, much like floppy disks and dial-up Internet, they have been relegated to the history books.


Video Answer


2 Answers

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).

like image 95
Beau Avatar answered Oct 11 '22 10:10

Beau


D3 - http://d3js.org/

Here is an example - they are a bit hard to find

http://bl.ocks.org/1061834

like image 30
James Westgate Avatar answered Oct 11 '22 12:10

James Westgate