grantshandy / fdg

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

Improve fdg-wasm #13

Closed TedDriggs closed 1 year ago

TedDriggs commented 1 year ago

This has a few commits stacked that could be unbundled. The final change here is the introduction of ForceGraphSimulator.addNodeWithCoords, which enables passing initial positions for nodes when adding them to the simulator.

grantshandy commented 1 year ago

Thanks!