whispervis/web/data/data.js
2018-07-04 18:56:18 +02:00

20 lines
228 B
JavaScript

var graphData = {
"nodes": [
{
"id": "Foo",
"group": 1
},
{
"id": "Bar",
"group": 1
}
],
"links": [
{
"source": "Foo",
"target": "Bar",
"value": 1
}
]
};