anvaka / VivaGraphJS

Graph drawing library for JavaScript
Other
3.77k stars 425 forks source link

Extend Options to add Custom Force-Directed Layouts #267

Open Gykonik opened 1 year ago

Gykonik commented 1 year ago

Hey @anvaka, first of all, thanks for the awesome library and your support!

I wanted to ask, whether it is possible to add custom force-directed layouts, i.e., ForceAtlas2. I saw your example, where you added d3-force, but I feel like its quite outdated and doesn't work for me. Additionally, I'm using Angular, so I have to adopt it to typescript first :D