{ "layout": { "name": "preset" }, "elements": { "nodes": [ { "data": { "id": "left", "label": "Cell Site" }, "position": { "x": 100, "y": 250 } }, { "data": { "id": "core", "label": "Core" }, "position": { "x": 400, "y": 250 } }, { "data": { "id": "dn", "label": "Data Network" }, "position": { "x": 700, "y": 250 } }, { "data": { "id": "mgmt", "label": "Management" }, "position": { "x": 400, "y": 50 } } ], "edges": [ { "data": { "id": "e1", "source": "left", "target": "core", "sourceLabel": "", "targetLabel": "" } }, { "data": { "id": "e2", "source": "core", "target": "dn", "sourceLabel": "", "targetLabel": "" } }, { "data": { "id": "e3", "source": "mgmt", "target": "core", "sourceLabel": "", "targetLabel": "" } } ] } }