vasturiano / d3-force-3d

Force-directed graph layout in 1D, 2D or 3D using velocity Verlet integration.
https://observablehq.com/@vasturiano/multi-dimensional-d3-force-simulation
MIT License
369 stars 52 forks source link

lost link to an example #13

Closed jaygray0919 closed 3 years ago

jaygray0919 commented 3 years ago

One of your developers implemented a les mis version with a person-selector to feature just the person-relationships. The issue where I found the example is closed. The example uses two size values (11 for the number of groups and 55 - which we do not understand) It also uses type: person which may be part of the technique to set the person-selector. Can you point me to the issue that featured the customized version? I would like to ask the developer an implementation question.

vasturiano commented 3 years ago

@jaygray0919 it's not clear to me how your request relates to this repo, but you can always browse the list of closed issues on github: https://github.com/vasturiano/d3-force-3d/issues?q=

jaygray0919 commented 3 years ago

this is the example i was looking for: https://github.com/vasturiano/3d-force-graph/issues/225