HTML5 canvas to draw organizational chart with JSON input / API build.
OrgChart is a JS library which draws org (organization) chart (tree) for your tree data.
It requires HTML5 canvas.
To see the source code sample, please go to test file
Now, we have added the whole web site so that you can run the org chart service directly!
- In
~/src/ldap
, the data.py is utility to generate the org data in a compressed JSON blob. - The
~/src/http
contains the simple web server provided by python, just run it. - The
~/src/web
contians org chart web content, as long "http" can find these content.