Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Google's visualization organisation chart with Rails

I intend to implement an Organization Chart in my app and the best resource I found to display one was Google's Organisational Chart.

I'm using awesome_nested_set to maintain a tree structure in the database, and now I need to display the tree as an organization chart, for which I thought I could use the Google Org chart. Can it be done? If so, any tips or resources would be helpful. Thanks !

like image 740
Shreyas Avatar asked Feb 04 '11 05:02

Shreyas


1 Answers

So, I found this resource. Its called GoogleVisualR.

It makes visualizing Google's org chart really easy, what's more, you write Ruby code and not a line in Javascript (Unless ofcourse you need to customize it). Nice!

like image 175
Shreyas Avatar answered Sep 19 '22 01:09

Shreyas