Skip to content

Assistant

OrgChart JS AssistantOrgChart JS Assistant

You can specify one or more Assistant nodes in one chart by setting their tag to "assistant".

Example

javascript
{ id: 8, pid: 2, tags: ["assistant"], name: "Rudy Griffiths" }

Template for assistant nodes

If you want to change the template for assistant nodes, specify a template for the "assistant" tag:

javascript
tags: {
    "assistant": {
        template: "mery"
    }
}

Orientation support

Assistant nodes work in all orientation options:


assistantSeparation

You can change the spacing between assistant nodes using assistantSeparation. Default value is 100.