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 !
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 !
Share Improve this question edited Feb 4, 2011 at 5:51 Shreyas asked Feb 4, 2011 at 5:33 ShreyasShreyas 8,7577 gold badges46 silver badges56 bronze badges 1- +1 for pointing me at Gogle's Org Chart Api. – René Nyffenegger Commented Feb 4, 2011 at 10:12
2 Answers
Reset to default 6So, 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!
I was working on an Org Chart where i get User-profiles from a list connected to the with manager field. I have used KineticJS to make a dynamic org chart and it is working fine for the moment, but i would like to know what others think about it
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745307681a4621810.html
评论列表(0条)