Node sizes
igorovisk opened this issue · 1 comments
igorovisk commented
Is it possible to define the size of each node like in the storybook 10 Nodes example?
https://uber.github.io/react-vis-force/?selectedKind=%3CForceGraph%20%2F%3E&selectedStory=10%20nodes&full=0&down=1&left=1&panelRight=0&downPanel=kadirahq%2Fstorybook-addon-actions%2Factions-panel
igorovisk commented
I did it this way:
<ForceGraphNode r={GraphNode.radius} />
each Node data:
{
"id": "a-node",
"radius": 50
},