dc.graph
Version:
Graph visualizations integrated with crossfilter and dc.js
66 lines (65 loc) • 1.02 kB
JSON
{
"nodes": [
{
"id": "D1",
"type": "D"
},
{
"id": "F1",
"type": "F"
},
{
"id": "I1",
"type": "I"
},
{
"id": "J1",
"type": "J"
},
{
"id": "K1",
"type": "K"
},
{
"id": "L1",
"type": "L"
}
],
"edges": [
{
"id": "e1",
"sourcename": "I1",
"targetname": "D1",
"sourceport": "cap1",
"targetport": "cap1"
},
{
"id": "e2",
"sourcename": "F1",
"targetname": "I1",
"sourceport": "cap4",
"targetport": "cap4"
},
{
"id": "e3",
"sourcename": "D1",
"targetname": "K1",
"sourceport": "cap2",
"targetport": "cap2"
},
{
"id": "e4",
"sourcename": "D1",
"targetname": "J1",
"sourceport": "cap2",
"targetport": "cap2"
},
{
"id": "e5",
"sourcename": "L1",
"targetname": "J1",
"sourceport": "cap2",
"targetport": "cap2"
}
]
}