This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
fix(deps): update dependency @observablehq/plot to v0.6.16 #539
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.6.6
->0.6.16
Release Notes
observablehq/plot (@observablehq/plot)
v0.6.16
Compare Source
Released August 6, 2024.
The new waffle mark 🧇 displays a quantity (or quantitative extent) for a given category; unlike a bar, a waffle is subdivided into cells that allow easier counting, making waffles useful for reading and comparing exact quantities. Plot’s waffle mark is highly configurable: it supports stacking, positive and negative values, rounded corners, partial cells for fractional counts, automatic row or column size determination (with optional override), and more!
All marks now support GeoJSON data and GeoJSON property shorthand, making it easier to work with GeoJSON. For example, below the data
counties
is a GeoJSON FeatureCollection, andunemployment
refers to a property on each feature; the fill option is thus shorthand for(d) => d.properties.unemployment
. The geo mark now also supports the tip option (via an implicit centroid transform), making it easier to use Plot’s interactive tooltips.All marks now also support column name channel shorthand when using Apache Arrow tables as data, and we’ve added detection of Arrow date-type columns. (Arrow represents temporal data using BigInt rather than Date.)
The rect-like marks (rect, bar, cell, and frame) now support individual rounding options for each side (rx1, ry1, etc.) and corner (rx1y1, rx2y1, etc.). This allows you to round just the top side of rects. You can even use a negative corner radius on the bottom side for seamless stacking, as in the histogram of Olympic athletes below.
Plot now respects the projection domain when determining the default plot height. Previously, the map below would use a default square aspect ratio for the conic-conformal projection regardless of the specified domain, but now the map is perfectly sized to fit North Carolina. (Plot also now chooses a smarter default plot height when the ordinal y scale domain is empty.)
The marker options now render as intended on marks with varying aesthetics, such as the spiraling arrows of varying thickness and color below.
This release includes a few more new features, bug fixes, and improvements:
The new className mark option specifies an optional
class
attribute for rendered marks, allowing styling of marks via external stylesheets or easier selection via JavaScript; thanks, @RLesser! Plot now reusesclipPath
elements, when possible, when the clip mark option is set to frame or projection.The difference mark now supports a horizontal orientation via differenceX, and the shift transform now likewise supports shiftY. The Voronoi mark is now compatible with the pointer transform: only the pointed Voronoi cell is rendered; the Voronoi mark now also renders as intended with non-exclusive facets (as when using the exclude facet mode). The tip mark no longer displays channels containing literal color values by default.
v0.6.15
Compare Source
Released June 11, 2024.
v0.6.14
Compare Source
Released March 12, 2024.
Changes the default categorical color scheme to Observable10.
The group transform now preserves the input order of groups by default, making it easier to sort groups by using the sort option. The group and bin transforms now support the z reducer.
Improves the accessibility of axes by hidding tick marks and grid lines from the accessibility tree.
Upgrades D3 to 7.9.0.
For earlier changes, continue to the 2023 CHANGELOG.
v0.6.13
Compare Source
Please see the 0.6.13 release notes for more.
v0.6.12
Compare Source
Please see the 0.6.12 release notes for more!
Breaking
Features
--plot-background
now controls the tip fill, marker stroke, and other colors. #1489Bug fixes
v0.6.11
Compare Source
Please see the 0.6.11 release notes for more!
Features
Bug fixes
v0.6.10
Compare Source
Please see the 0.6.10 release notes for more!
v0.6.9
Compare Source
Please see the 0.6.9 release notes for more!
v0.6.8
Compare Source
Please see the 0.6.8 release notes for more!
v0.6.7
Compare Source
Please see the 0.6.7 release notes for more!
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.