You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From this version, users are encouraged to create the organization chart with the following code snippets:
varoc=$('#chart-container').orgchart({ ... });// variable oc is an instance of class OrgChartvarhierarchy=oc.getHierarchy();oc.init({ ... });// re-initialize the orgchart with new options