You are not targetting the circles. Besides, don't use selectAll with an id. Use it with a class or a tag.
Go with
d3.selectAll("circle")
1.4m articles
1.4m replys
5 comments
57.0k users