Skip to content

Instantly share code, notes, and snippets.

@sarandafl
sarandafl / graphFile.json
Last active February 22, 2018 12:35
A Simple d3 Network Graph
{
"nodes":[
{"name":"HANE0002","group":1,"id":"HANE0002"},
{"name":"HANE0003","group":1,"id":"HANE0003"},
{"name":"AANE0002","group":2,"id":"AANE0002"}
],
"links":[
{"source":"AANE0002","target":"HANE0002","weight":1},
{"source":"AANE0002","target":"HANE0003","weight":1}
]