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
I'd like to select all child elements using sel.selectAll() with no arguments, instead of having to use sel.selectAll('*'), because it's more concise and expressive: it just reads "select all", perfect to me.