d3 / d3-brush

Select a one- or two-dimensional region using the mouse or touch.
https://d3js.org/d3-brush
ISC License
154 stars 53 forks source link

brush.clickDistance? #51

Open mbostock opened 5 years ago

mbostock commented 5 years ago

It would be analogous to zoom.clickDistance, only preventing click if the mouse moves more than a configurable distance during brushing.

CPrescher commented 3 years ago

I encountered the same problems as in issue #44. Is the clickDistance feature still planned or off the radar for now?

I would like to vote for it :)