I'm working with a scatterplot that includes a brush layer for zooming in on the data and voronois for mouse hover snapping. However, I've encountered an issue where the click event doesn't fall through to the brush layer when the voronoi paths are present, or if the brush is kept on top, the hover event doesn't reach the voronoi layer.
The brush layer requires a click event
The voronoi layer requires a hover event
How can I set up this configuration using CSS only solutions?
To keep the brush layer on top :
https://i.sstatic.net/cwlQN.png
To keep the voronoi layer on top: