grantshandy / fdg

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

Added optional node names to the svg #4

Closed wainwrightmark closed 2 years ago

wainwrightmark commented 2 years ago

Closes https://github.com/grantshandy/fdg/issues/3

I added a TextStyle parameter to the Settings. If set, node names are drawn on the graph. I did a little bit to make the names not overlap the circles and not get cut off by the graph edges but things can still be a bit messy in crowded graphs.

This is technically a breaking change but no tests or examples were broken. I added node names to the social network example.

grantshandy commented 2 years ago

Thank you for being interested and contributing to the project!

I will look at this closer when I get home and pull it in!

Thanks, Grant