This is just an example, change it according to your code: .force("x", d3.forceX(function(d) { if (d.group === 2) { return width / 3 } else ...
確定! 回上一頁