JSON Graph Standard
Node Standards
An array of nodes
- id - unique integer
- name - label
- x and y (if needed)
Edges
- source - integer reference to a node id
- target - integer reference to a node id
- weight - integer of the weight
1 2 3 4 5 6 7 8 9 10 11 12 |
|
https://raw.githubusercontent.com/holtzy/D3-graph-gallery/master/DATA/data_network.json