Link to home
Start Free TrialLog in
Avatar of Ackles
AcklesFlag for Switzerland

asked on

Javascript for Organizational Chart from SQL

Hello,
this is more advice than question...
I have data in SQL (sort of Active Directory Dump) where I have user, his manager & then Department
What I am looking for is to use JavaScript to create Org Chart.

The idea is to make changes in SQL & the chart should reflect it, I want it to be dynamic, in a way users can collapse & expand the branches & stuff like that....

Any guidance is highly appreciated.

Regards,
A
Avatar of Michael Vasilevsky
Michael Vasilevsky
Flag of United States of America image

This is a big question, depending a lot on your specific requirements. For the frontend, however, I can recommend this library, which I have used with some success.

Good luck!
Avatar of Ackles

ASKER

Sorry about the delay... Thanks for the answer.
Can you please help to understand how to achieve javascript to use data in sql as variables?
What I mean is, if the selection is made from one column, e.g. Name of user, the rest should be taken from the columns of the same user?

Thanks in advance!
ASKER CERTIFIED SOLUTION
Avatar of Michael Vasilevsky
Michael Vasilevsky
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial