d3 / d3-force

Force-directed graph layout using velocity Verlet integration.
https://d3js.org/d3-force
ISC License
1.81k stars 376 forks source link

fix: link to deprecated notebook in `README.md` #220

Open hamirmahal opened 1 year ago

hamirmahal commented 1 year ago

fixes #219.

hamirmahal commented 1 year ago

Without this change

https://github.com/d3/d3-force/assets/43425812/5e2099ae-7283-4891-a00a-0adbb7eae5a6

With this change

https://github.com/d3/d3-force/assets/43425812/b276df26-69e4-4b4e-9f17-90138eaa526c

Fil commented 1 year ago

Thanks! Note that we plan to retire the README very soon, and link to d3js.org instead.

hamirmahal commented 1 year ago

You're welcome! I'll keep that in mind.