d3-brush icon indicating copy to clipboard operation
d3-brush copied to clipboard

Conflict trying to .filter() with a false value if there is also a d3-zoom active

Open antonellopasella opened this issue 3 years ago • 0 comments

Hi all, I have a problem trying to let d3-brush and d3-zoom works together on a multitouch enabled device.

My expected behavior would be to only brush on single touch event and let the user pinch/zoom with two fingers.

The problem occours when I return false testing event touches count (>1), then an error raise.

antonellopasella avatar Oct 19 '21 14:10 antonellopasella