dc.graph
Version:
Graph visualizations integrated with crossfilter and dc.js
59 lines (58 loc) • 883 B
JSON
{
"nodes": [
{
"id": "A1",
"type": "A"
},
{
"id": "B1",
"type": "B"
},
{
"id": "C1",
"type": "C"
},
{
"id": "E1",
"type": "E"
},
{
"id": "G1",
"type": "G"
},
{
"id": "H1",
"type": "H"
}
],
"edges": [
{
"id": "e1",
"sourcename": "A1",
"targetname": "B1",
"sourceport": "cap1",
"targetport": "cap1"
},
{
"id": "e2",
"sourcename": "A1",
"targetname": "C1",
"sourceport": "cap2",
"targetport": "cap2"
},
{
"id": "e3",
"sourcename": "E1",
"targetname": "C1",
"sourceport": "cap3",
"targetport": "cap3"
},
{
"id": "e4",
"sourcename": "G1",
"targetname": "H1",
"sourceport": "cap0",
"targetport": "cap0"
}
]
}