uber/react-vis-force

Node sizes

igorovisk opened this issue · 1 comments

I did it this way:
<ForceGraphNode r={GraphNode.radius} />

each Node data:

{
      "id": "a-node",
      "radius": 50
},