回答編集履歴

1

レイアウト崩れ修正

2017/12/04 08:18

投稿

m.ts10806
m.ts10806

スコア80850

test CHANGED
@@ -1,6 +1,6 @@
1
1
  英語版Stackflowですが、同様のエラーにお悩みの方がいました、
2
2
 
3
- - [d3.js: “Cannot read property 'weight' of undefined” when manually defining both nodes and links for force layout](https://stackoverflow.com/questions/11357974/d3-js-cannot-read-property-weight-of-undefined-when-manually-defining-both)
3
+ - [d3.js: “Cannot read property 'weight' of undefined” when manually....](https://stackoverflow.com/questions/11357974/d3-js-cannot-read-property-weight-of-undefined-when-manually-defining-both)
4
4
 
5
5
 
6
6
 
@@ -18,7 +18,7 @@
18
18
 
19
19
  elachellさんの回答
20
20
 
21
- >In addition to the answers mentioning the null in the source/target of links, the reason for this could be the assignment of an out-of-range source/target. E.g. you have 10 nodes and you assign the target to be the 11-th indexed node.
21
+ > In addition to the answers mentioning the null in the source/target of links, the reason for this could be the assignment of an out-of-range source/target. E.g. you have 10 nodes and you assign the target to be the 11-th indexed node.
22
22
 
23
23
  リンクのソース/ターゲットにnullを示す回答に加えて、これの理由は範囲外のソース/ターゲットの割り当てになる可能性があります。 例えば。 10個のノードがあり、11番目の索引ノードになるようにターゲットを割り当てます。(Google翻訳そのまま)
24
24