Skip to content

2.0.0

Compare
Choose a tag to compare
@dabeng dabeng released this 09 Jul 01:43
· 363 commits to master since this release

From this version, users are encouraged to create the organization chart with the following code snippets:

var oc = $('#chart-container').orgchart({ ... }); // variable oc is an instance of class OrgChart
var hierarchy = oc.getHierarchy();
oc.init({ ... }); // re-initialize the orgchart with new options