Skip to content

v0.3.0

Compare
Choose a tag to compare
@mbostock mbostock released this 04 Dec 18:23
· 1008 commits to main since this release
c813ec0

Please see the 0.3.0 release notes for more!

  • Add color and opacity legends!
  • Add image marks!
  • Add an opacity mark option for object opacity.
  • Add default domains for all quantitative scales.
  • Allow the range option in conjunction with a continuous scheme for ordinal color scales.
  • Add scale.apply and scale.invert to the exposed scale returned by plot.scale(name).
  • Add a shorthand top-level margin option for symmetric margins.
  • Add a top-level className option to set the class name of plot elements.
  • Adopt tabular numerals for better alignment of numbers in ticks and text marks.
  • Fix plot.scale(name) to correctly represent the symmetric transform for diverging scales.
  • Fix Plot’s stylesheet to be inlined into the SVG rather than injected into the document head.