Skip to content

v0.2.1

Compare
Choose a tag to compare
@mbostock mbostock released this 19 Sep 18:44
· 1159 commits to main since this release
7136f5b

Please see the 0.2.1 release notes for details and examples!

  • All marks now support dx and dy options for offsetting position.
  • Quantitative scales, as well as identity position scales, now coerce channel values to numbers.
  • Temporal scales now coerce channel values to dates.
  • Bin reducers now receive the extent of the current bin (x1, x2, y1, y2) as an argument.
  • The bin transform no longer outputs x1 and x2 channels if x is undefined, and similarly for y, y1, and y2.