v0.6.12
Please see the 0.6.12 release notes for more!
Breaking
- The default plot background is now unset (transparent) instead of white. #1489
Features
- The rect mark now supports band scales, and can now be used in place of bar and cell! #1899 #1909
- Categorical color scales now default to the new observable10 color scheme. #1895
- Add difference mark for comparing metrics. #159 #1896
- Add shift transform for deriving a time-shifted metric. #1799 #1896
- Add find reducer for pivoting data with the bin and group transforms. #1914
- The tip mark now supports a preferredAnchor option. #1872
- The marker option now supports tick, tick-x, and tick-y. #1892
- The bin and group transforms now pass data to reducers. #1914
- The group and hexbin transforms now support x and y reducers. #1530 #1916
- The CSS custom property
--plot-background
now controls the tip fill, marker stroke, and other colors. #1489
Bug fixes
- The default axis for a time scale now uses local time as intended. #1886 #1887
- The text mark’s lineWidth option is now more accurate when monospace is true. #1879 #1880
- Fix erroneous truncation of title text on the tip mark. #1913
- Fix scale type option to be case-insensitive. #1894 #1904
- Fix overload precedence in transform type definitions. #1915