wrap links/nodes in graph
This commit is contained in:
parent
3c3cb4047d
commit
b8a9ac9a26
4 changed files with 8 additions and 5 deletions
|
|
@ -70,7 +70,10 @@ function (config, moment, Router, L, GUI) {
|
|||
new: newnodes,
|
||||
lost: lostnodes
|
||||
},
|
||||
links: links
|
||||
graph: {
|
||||
links: links,
|
||||
nodes: graph.nodes
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue