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")
2.1m questions
2.1m answers
60 comments
57.0k users