holtzy / D3-graph-gallery

A collection of simple graphics made with D3.js
https://www.d3-graph-gallery.com
MIT License
790 stars 237 forks source link

draw overlay after line so line doesn't block mousemove #24

Closed njoliat closed 4 years ago

njoliat commented 4 years ago

The cursor disappears when the mouse hovers exactly over the line. It's subtle in the demo but if you e.g. make the graph smaller it's more noticeable. This is fixed if you draw the overlay after drawing the line.

holtzy commented 4 years ago

Thanks @njoliat !