vasturiano/force-graph

How to draw nodes around a circle

willpinha opened this issue · 2 comments

Hey, do you have any idea of how to implement the following graph using force-graph?

image

@willpinha it's possible, but since it's not exactly a force-directed graph you might have better luck using a chord diagram layout, such as d3-chord: https://observablehq.com/collection/@d3/d3-chord

I didn't know D3 had a solution for this. Thanks!