d3 / d3-brush

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

a brush transition is not interrupted #68

Closed Fil closed 4 years ago

Fil commented 4 years ago

this used to work in d3v3 (see https://bl.ocks.org/mbostock/6216724)

however I can't make it work in d3v5; it looks like https://github.com/d3/d3-brush/blob/master/src/brush.js#L390 is not operating

(test notebook https://observablehq.com/@d3/brush-transitions)

Fil commented 4 years ago

fixed by #70