D3 Versions Save

Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:

v7.1.1

2 years ago
  • d3.rank can now take a comparator in addition to an accessor.
  • d3.rank, d3.sort, d3.bisector, and d3.groupSort now require comparators to have exactly two arguments.

v7.1.0

2 years ago

v7.0.4

2 years ago
  • Default the base-10 log tick format to ~s (SI) instead of .0e (exponential).

v7.0.3

2 years ago
  • Don’t mangle InternMap or InternSet in the generated UMD bundle.

v7.0.2

2 years ago

v7.0.1

2 years ago
  • Fix d3.sort, d3.bisector, and related methods to handle undefined order. #217

v7.0.0

2 years ago

Breaking changes:

Non-breaking changes:

D3 now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.

v6.7.0

3 years ago

v6.6.2

3 years ago
  • Fix handling of null with quantitative scales; null is now considered an “unknown” value, not zero.

v6.6.1

3 years ago