force = d3.layout.force() .gravity(.05) .alpha(0.1) .size([width, height]) .on("tick", tick); force.nodes(nodes) .start();.
確定! 回上一頁