Docs
Defines a Slink or Clink.
let chart = new OrgChart('#tree', { clinks: [ { from: 4, to: 0, label: 'text' }, { from: 4, to: 5, template: 'blue', label: '4 reports to 3' }, { from: 2, to: 6, template: 'yellow', label: 'lorem ipsum' } ]});
Generated using TypeDoc
Defines a Slink or Clink.