shawncao / orgchart

HTML5 canvas to draw organizational chart with JSON input.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

orgchart

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.

Example1:

Example 1

Example2 (images display, like name card):

Example 2

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.

About

HTML5 canvas to draw organizational chart with JSON input.

License:MIT License


Languages

Language:JavaScript 67.0%Language:Python 20.8%Language:HTML 11.0%Language:CSS 1.2%