You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to d3/d3-zoom#176, it’d be nice if we could support brush.filter such that more than one touch is required to brush. Currently we ignore any touchstart where changedTouches.length < touches.length, meaning it’s not possible to have a second touch initiate brushing. However, if we tracked the id of the touch that initiated brushing, then we could do the right thing.
The text was updated successfully, but these errors were encountered:
Similar to d3/d3-zoom#176, it’d be nice if we could support brush.filter such that more than one touch is required to brush. Currently we ignore any touchstart where changedTouches.length < touches.length, meaning it’s not possible to have a second touch initiate brushing. However, if we tracked the id of the touch that initiated brushing, then we could do the right thing.
The text was updated successfully, but these errors were encountered: