I've read the documentation in https://christophergandrud.github.io/networkD3/ and managed to do the forceNetwork()
graph.
But how could i set "weight" on the circles?
For example, if someone has more links, it's circle would be bigger.
The graph i managed to plot kept all the circles with the same size.