We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89657a1 commit 0a87365Copy full SHA for 0a87365
src/marks/vector.d.ts
@@ -47,8 +47,7 @@ export interface VectorOptions extends MarkOptions {
47
/**
48
* The vector’s orientation (rotation angle); either a constant number in
49
* 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.
+ * Defaults to 0 degrees with the vector pointing up.
52
*/
53
rotate?: ChannelValue;
54
0 commit comments