Here’s mine
Took a while playing with force structure to get it to spread out horizontally.
Also I didn’t want to go the sprite route, so I linked to .svg flag files. Took a few days to figure out how to link an image to each node.
As always, I appreciate any feedback.
d3 does most of the hard lifting in this project , velocity/force/animation, placing the sprites with css in parallel with the svg was what took the longest, and had to google around a lot to make it work, thankfully found a lot of users who had the same issues