299
edits
No edit summary |
No edit summary |
||
Line 1,100: | Line 1,100: | ||
} | } | ||
} | } | ||
var network= null; | |||
function redrawAll() { | function redrawAll() { | ||
Line 1,129: | Line 1,132: | ||
}; | }; | ||
network = new vis.Network(container, data, options); | |||
allNodes = nodesDataset.get({ returnType: 'Object' }); | allNodes = nodesDataset.get({ returnType: 'Object' }); | ||
allEdges = edgesDataset.get({ returnType: 'Object' }); | allEdges = edgesDataset.get({ returnType: 'Object' }); |
edits