You can specify two or more templates in one OrgChart JS, here is how you can use different template for Management departament nodes
nodes: [ { id: "1", tags: ["Management"], ...} ]
tags: { "Management": { template: "rony" } },Now all nodes with tag Management will use rony template for the nodes, links, add/remove buttons, expand/collapse buttons and ripple.