elky({
id: "root",
layoutOptions: { algorithm: 'layered' },
children: [
{ id: "n1", label: 'Onboarding', fill: 'red' },
{ id: "n2", label: 'Login Credentials', fill: 'red' },
{ id: "n3", label: 'Goals', fill: 'red' },
{ id: "n4", label: 'Demographic', fill: 'red' },
{ id: "n5", label: 'Black List', fill: 'red' },
{ id: "n6", label: 'White List', fill: 'red' },
{ id: "n7", label: 'Research Top Media:' , fill: 'blue' },
{ id: "n8", label: 'Hashtag ( 5 Accounts )', fill: 'blue' },
{ id: "n9", label: 'Allies ( Latest 3 per Account, if param met )', fill: 'blue' },
{ id: "n10", label: 'Comp ( Latest 3 per Account, if param met )', fill: 'blue' },
{ id: "n11", label: 'Agent Accounts', fill: 'orange' },
{ id: "n12", label: 'Recruit Active Users from: ( Research )', fill: 'orange' },
],
edges: [
{ id: "e1", sources: ["n1"], targets: ["n2"] },
{ id: "e2", sources: ["n1"], targets: ["n3"] },
{ id: "e3", sources: ["n1"], targets: ["n4"] },
{ id: "e4", sources: ["n1"], targets: ["n5"] },
{ id: "e6", sources: ["n1"], targets: ["n6"] },
{ id: "e8", sources: ["n7"], targets: ["n8"] },
{ id: "e9", sources: ["n7"], targets: ["n9"] },
{ id: "e10", sources: ["n7"], targets: ["n10"] },
{ id: "e11", sources: ["n1"], targets: ["n11"] },
{ id: "e11", sources: ["n7"], targets: ["n11"] },
{ id: "e11", sources: ["n11"], targets: ["n12"] },
]
})