Docs
With node circle menu you can add, edit, remove node or create clink/slink with drga and drop. Before setting this option make sure that you defined nodeCircleMenuButton in the ysed template.
var chart = new OrgChart('#tree', { nodeCircleMenu: { editNode: { icon: OrgChart.icon.edit(24, 24, '#aeaeae'), text: "Edit node", color: "white" }, addClink: { icon: OrgChart.icon.link(24, 24, '#aeaeae'), text: "Add C link", color: '#fff', draggable: true } }});
See doc...
Generated using TypeDoc
With node circle menu you can add, edit, remove node or create clink/slink with drga and drop. Before setting this option make sure that you defined nodeCircleMenuButton in the ysed template.
See doc...