Skip to content

Commit 9767482

Browse files
authored
Update CHANGELOG.md
1 parent 42da60b commit 9767482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Year: **Current (2025)** · [2024](./CHANGELOG-2024.md) · [2023](./CHANGELOG-20
44

55
## 0.6.17
66

7-
[Released TDB, 2025.](https://github.com/observablehq/plot/releases/tag/v0.6.17)
7+
[Released February 14, 2025.](https://github.com/observablehq/plot/releases/tag/v0.6.17)
88

99
The [**clip** mark option](https://observablehq.com/plot/features/marks#clip) now supports GeoJSON objects 🌎 in addition to the named *frame* and *sphere* clipping methods, allowing the visual extent of marks to be limited to arbitrary polygons. For instance, this Voronoi mesh of world airports is clipped to land boundaries:
1010

@@ -57,7 +57,7 @@ Plot.raster({
5757
}).plot({width: 300, aspectRatio: 1})
5858
```
5959

60-
The interactive **tip** associated with a [waffle mark](https://observablehq.com/plot/marks/waffle) is now anchored to the “center” of the visual representation of the associated datum. That center depends on the shape that is referenced. For fun, here’s a chart from out unit tests showing these anchoring points for various amounts of waffling. Baffling!
60+
The interactive **tip** associated with a [waffle mark](https://observablehq.com/plot/marks/waffle) is now anchored to the “center” of the visual representation of the associated datum. That center depends on the shape that is referenced. For fun, here’s a chart from our unit tests showing these anchoring points for various amounts of waffling. Baffling!
6161

6262
<img src="./img/waffle-pointer-fractional.png" width="672" alt="waffle mark with the anchor position of each datum marked with its value">
6363

0 commit comments

Comments
 (0)