This scatterplot is step 1 of my blog on Using a D3 Voronoi grid to improve a chart's interactive experience in which the tooltip and the event are both triggered by the actual circles, no Voronoi is attached in the starting example. This is used to illustrate the fact that it's actually rather hard to mouse over each of the small circles. In the next examples, an invisible Voronoi grid is used to trigger the event that improves UX. You can see the final result here
You can find all of the steps here
Modified http://d3js.org/d3.v3.js to a secure url
Modified http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js to a secure url
https://d3js.org/d3.v3.js
https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js