Is there any Angularjs Organizational chart directive for wesnolte/jOrgChart (https://github.com/wesnolte/jOrgChart) or similar organizational chart? In my google search I did not find better org chart, other Google chart angular directive.
Sander Elias
unread,
Aug 16, 2016, 7:26:24 AM8/16/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AngularJS
Hi,
I think you need to write some wrapping code to use jOrgChart. However, that library is using the DOM as a data-model. It can be worked into an angular enviroment, but it will never be a optimal solution.
A different solution is the google org chart. That is mostly data-driven, and will be easier to wrap into an angular enviroment.