Skip to content

Commit 0790e3c

Browse files
committed
Update CHANGELOG
1 parent ee6bea2 commit 0790e3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
*Not yet released. These are forthcoming changes in the main branch.*
66

7-
The vector mark now supports the **shape** constant option. The built-in shapes are *arrow* (default) and *spike*. A custom shape can also be implemented, returning the corresponding SVG path data for the desired shape. The new spike mark convenience constructor creates a vector suitable for spike maps. The vector mark also now supports an **r** constant option to further customize the shape.
7+
The [vector mark](./README.md#vector) now supports the **shape** constant option. The built-in shapes are *arrow* (default) and *spike*. A custom shape can also be implemented, returning the corresponding SVG path data for the desired shape. The new [spike convenience constructor](./README.md#plotspikedata-options) creates a vector suitable for spike maps. The vector mark also now supports an **r** constant option to further customize the shape.
88

9-
The new geoCentroid transform and centroid initializer transform compute the spherical and projected planar centroids of geometry, respectively.
9+
The new [geoCentroid transform](./README.md#plotgeocentroidoptions) and [centroid initializer](./README.md#plotcentroidoptions) compute the spherical and projected planar centroids of geometry, respectively.
1010

1111
Diverging scales now correctly handle descending domains.
1212

0 commit comments

Comments
 (0)