grantshandy / fdg

A Force Directed Graph Drawing Library
https://grantshandy.github.io/fdg
MIT License
192 stars 16 forks source link

How to initialize nodes with positions? #12

Closed TedDriggs closed 1 year ago

TedDriggs commented 1 year ago

I'm trying to use fdg-wasm to do incremental layout on a graph that already has starting positions. Is there a way to pass those coordinates to the ForceGraphSimulator?

TedDriggs commented 1 year ago

This was fixed by #13