Show / Hide Table of Contents
OrgChart JS Assistant OrgChart JS Assistant

Assistant

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

Here is an example:


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

If you want to change the template for assistant nodes you can specify template for "assistant" tags

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

Assistant nodes works in all orientation options


With the assistantSeparation option you can change the assistant separation value. The default value is 100.