Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can i build dynamic organizational chart? [closed]

Tags:

php

orgchart

I'm trying to build an dynamic organizational chart with php. Do i need to build it myself or is there some tools for that?

specification: all the positions in the company are predefined in the org chart, we only add persons in the correspondent position.

I need your suggestions.

Thanks.


I have installed image_graphviz and graphviz in my computer. but i don't know how to use it actually. Because there is so few documentation.

Does anyone have ever done this job or have some relational materials??

thanks a lot.

like image 362
SUN Jiangong Avatar asked Nov 05 '09 08:11

SUN Jiangong


People also ask

Which Microsoft program is best for organizational charts?

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.

What are the 4 types of organizational chart?

Four Types of Organizational Charts: Functional Top-Down, Flat, Divisional, and Matrix.


1 Answers

You could use GraphViz and connect it to your php via PEAR. You can generate graphs like these: Example
(source: graphviz.org) .

You can find more examples here

like image 123
theomega Avatar answered Oct 04 '22 13:10

theomega