block by nbremer 61cd485e399b6a71d5fb2b1072fbc6c1

Step 6 - Final - Voronoi (Distance Limited Tooltip) Scatterplot

Full Screen

This scatterplot is part of the extension of my blog on Using a D3 Voronoi grid to improve a chart’s interactive experience. After writing that blog Franck Lebeau came with another version which uses large circles to define the tooltip region. I thought this was a great idea! But I made this variation on his code, because I felt that the extra code used in this example (versus the previous version 4) is more in line with the rest of the code.

The tooltip now reacts when you hover over an invisible large circular region around each circle.

You can find all of the steps here

script.js

index.html