Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-08-06 | 2.2 kB | |
v0.6.16 source code.tar.gz | 2024-08-06 | 32.5 MB | |
v0.6.16 source code.zip | 2024-08-06 | 33.3 MB | |
Totals: 3 Items | 65.8 MB | 0 |
Please see the 0.6.16 release [notes](https://github.com/observablehq/plot/blob/main/CHANGELOG.md#0616 for examples and more!
New features
- Add waffle mark. 🧇 [#2029] [#2040]
- Add support for GeoJSON data and GeoJSON property shorthand to all marks. [#2092] [#1745] [#1172]
- Add support for the tip option to the geo mark (via an implicit centroid transform). [#2088] [#2087] [#2085] [#1743]
- Add support for Apache Arrow as native data, allowing channel shorthand. [#191] [#2030] [#2096] [#2115]
- Add per-side and per-corner rounding options (r, rx1, ry1, etc.) to rect-like marks. [#2099] [#2054]
- Add className mark option. Thanks, @RLesser! [#1098]
- Add differenceX and shiftY. [#1922]
Bug fixes and other improvements
- Change the tip mark to ignore channels of literal color values. [#2091] [#2090]
- Optimize clip path rendering. [#1624]
- Fix marker options on lines with variable aesthetics. [#2094] [#2093]
- Fix the default plot height when a projection domain is set. [#2102] [#2063]
- Fix the default plot height when the ordinal y scale domain is empty. [#1864] [#1856]
- Fix the Voronoi mark with the pointer transform. [#1622] [#1623]
- Fix the Voronoi mark with non-exclusive facets. [#1858] [#1623]
- Fix detection of date columns with Apache Arrow data. [#2096]
New contributors
- @RLesser made their first contribution in https://github.com/observablehq/plot/pull/1098
Full Changelog: https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16