Skip to content

Instantly share code, notes, and snippets.

@kkkasio
Last active January 13, 2022 17:26
Show Gist options
  • Save kkkasio/37e2e1918045ce18d27fe43a3df17f2b to your computer and use it in GitHub Desktop.
Save kkkasio/37e2e1918045ce18d27fe43a3df17f2b to your computer and use it in GitHub Desktop.
test
[
{
nodeId: 'O-1',
parentNodeId: null,
nodeImage: {
url: 'https://raw.githubusercontent.com/bumbeishvili/Assets/master/Projects/D3/Organization%20Chart/cto.jpg',
},
connectorLineWidth: 5,
dashArray: '',
expanded: false,
directSubordinates: 4,
totalSubordinates: 1515,
user: {
name: 'Ian Devling',
title: 'Chief Technology Officer',
},
},
{
nodeId: 'O-2',
parentNodeId: 'O-1',
nodeImage: {
url: '"https://raw.githubusercontent.com/bumbeishvili/Assets/master/Projects/D3/Organization%20Chart/general.jpg"',
},
connectorLineWidth: 5,
dashArray: '',
expanded: false,
directSubordinates: 4,
totalSubordinates: 1515,
user: {
name: 'Renata Devling',
title: 'Designer',
},
},
{
nodeId: 'O-3',
parentNodeId: 'O-1',
nodeImage: {
url: '"https://raw.githubusercontent.com/bumbeishvili/Assets/master/Projects/D3/Organization%20Chart/general.jpg"',
},
connectorLineWidth: 5,
dashArray: '',
expanded: false,
directSubordinates: 4,
totalSubordinates: 1515,
user: {
name: 'Kasio Eduardo',
title: 'Front-end Developer',
},
},
{
nodeId: 'O-4',
parentNodeId: 'O-2',
nodeImage: {
url: '"https://raw.githubusercontent.com/bumbeishvili/Assets/master/Projects/D3/Organization%20Chart/general.jpg"',
},
connectorLineWidth: 5,
dashArray: '',
expanded: false,
directSubordinates: 4,
totalSubordinates: 1515,
user: {
name: 'João Gomes',
title: 'Gerência Médica',
},
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment