data = ({
nodes: [
{ id: 1 },
{ id: 2 },
{ id: 3 },
{ id: 4 },
{ id: 5 },
{ id: 6 },
{ id: 7 }
],
links: [
{ source: 1, target: 2 },
{ source: 2, target: 3 },
{ source: 1, target: 3 },
{ source: 1, target: 4 },
{ source: 4, target: 5 },
{ source: 6, target: 7 }
]
})