Skip to content

Commit 0a87365

Browse files
Filmbostock
andauthored
do not repeat degrees clockwise (#1387)
* do not repeat degrees clockwise * edits --------- Co-authored-by: Mike Bostock <[email protected]>
1 parent 89657a1 commit 0a87365

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/marks/vector.d.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ export interface VectorOptions extends MarkOptions {
4747
/**
4848
* The vector’s orientation (rotation angle); either a constant number in
4949
* degrees clockwise, or an optional channel (with no associated scale).
50-
* Defaults to 0 degrees with the vector pointing up; positive angles proceed
51-
* clockwise.
50+
* Defaults to 0 degrees with the vector pointing up.
5251
*/
5352
rotate?: ChannelValue;
5453

0 commit comments

Comments
 (0)