How the OrgChart state and attributes work
masterThe OrgChart is primarily a single class. Its internal state is managed by an attrs object, where each property is overridable by the user.
Properties in attrs control various aspects of the chart, such as duration (which controls animation speed for expanding or collapsing nodes).
To interact with these properties, you can use getter/setter methods on the OrgChart instance. These methods are chainable.