d3-brush
d3-brush copied to clipboard
Select a one- or two-dimensional region using the mouse or touch.
Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
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...
It would be analogous to [*zoom*.clickDistance](https://github.com/d3/d3-zoom/blob/master/README.md#zoom_clickDistance), only preventing click if the mouse moves more than a configurable distance during brushing.
If I zoom in on a visualization through CSS perspective transformations then brushing on that visualizations will behave weird because the wrong mouse coordinates will be used. I created a...
Is there any way to get a brush to wrap from one side to the other? When the brush is dragged to the edge, I want to see the potion...
I have implemented a complex raw signal data viewing application with D3. There is timeseries data visualized spanning up 15 hours with length and having definition of up to 200...
> on ff android vertical pan is a little janky - address bar keeps moving up and down. > Same in v1 - not a regression or anything (reported by...
On a mobile device, when using `brush.filter`, any events that are removed by the filter will end up causing an error of `emitter(...).moved is not a function` or `emitter(...).touchended is...
I have several issue with the initialization of `points` in the `started` function from brush. First, the Event passed to the `started` brush function is a MouseEvent that does not...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...