Here is a tutorial that introduces you to Google Graphs API, or Google Chart Tools, and its Org Chart functionality.
Google Chart Tools provide a perfect way to visualize data on your website. From simple line charts to complex hierarchical tree maps, the chart galley provides a large number of well-designed chart types. Populating your data is easy using the provided client- and server-side tools.
Let’s see some PHP code in live action for this tutorial where you define your Org Chart characteristics and data.
Link to Google Chart Tools “spiritual home” … via Google.
Link to Google Chart Tools Org Chart information … via Google.
Link to an example execution result … Example_Google_OrgChart.htm and its composition.
Link to some downloadable PHP programming code … rename to Google_OrgChart.php … not for the faint-hearted … (would start with a tree structure next time!).
If this was interesting you may be interested in this too.
2 Responses to PHP/Javascript/HTML Google Chart Org Chart Tutorial