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

Transform the DOM by selecting elements and joining to data.

Results 12 d3-selection issues
Sort by recently updated
recently updated
newest added

Currently we coerce to a string, but we should use InternMap for consistency: https://github.com/d3/d3-selection/blob/91245ee124ec4dd491e498ecbdc9679d75332b49/src/selection/data.js#L44

### Discussed in https://github.com/d3/d3/discussions/3907 Originally posted by @tsairinius August 29, 2024 In the following example, I am calling d3.pointer inside of a 'zoom' event handler. The zoom behavior is being...