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
hey thanks for adding test cases and fixes. What is the likelihood of getting this a in release soon ?
I presume I can sync to a newer d3-selection than what d3 v5.16 gets me
Would be nice to have a
selection.selectChildren()
(which could take for example 'g' for immediate node instead of all nested g, or empty for '*') shortcut for what might be very common - see https://stackoverflow.com/questions/20569670/d3-selector-for-immediate-childrenRight now I had to research this and do this in Typescript (complains in Typescript even with latest @types/selection (so have to cast to
any
- yuck)(where container is selection of my svg root).
see discussion in #63 as well.
The text was updated successfully, but these errors were encountered: