关系图中点一直在运动怎么固定住
graph.nodes.forEach(function (node) { ... // Use random x, y //.x = node.y = null; ... });
// layout: 'force',