File attributes
edges + nodes from URL, with legend, heatmap, and weights
Inline JSON
Nodes and edges as inline JSON
{
"nodes": [
{"id": "alice", "group": "eng", "label": "Alice", "lang": "Go"},
{"id": "bob", "group": "eng", "label": "Bob", "lang": "Go"},
{"id": "carol", "group": "des", "label": "Carol", "lang": "JS"},
{"id": "dave", "group": "des", "label": "Dave", "lang": "JS"},
{"id": "eve", "group": "mgr", "label": "Eve", "lang": "Py"},
{"id": "frank", "group": "eng", "label": "Frank", "lang": "Rust"}
],
"edges": [
{"src": "alice", "dst": "bob"}, {"src": "alice", "dst": "carol"},
{"src": "bob", "dst": "frank"}, {"src": "carol", "dst": "dave"},
{"src": "eve", "dst": "alice"}, {"src": "eve", "dst": "dave"}
]
}
Inline SNAP
Tab-delimited edges as raw text
a b
b c
c d
d a
a c
b d
Light mode with viridis