2.0.0
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