Skip to content

2.7.0

Compare
Choose a tag to compare
@mbostock mbostock released this 17 Jul 00:25
· 3212 commits to main since this release
  • The selection.filter method can now take a selector, such as filter(".foo").
  • Add selection.order: reorders document elements to match selection order; this is faster than selection.sort if your data is already in-order.