Skip to content

Commit 420640c

Browse files
Filmbostock
andauthored
Update src/marks/link.d.ts
Co-authored-by: Mike Bostock <[email protected]>
1 parent dd57a32 commit 420640c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/marks/link.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type {MarkerOptions} from "../marker.js";
77
export interface LinkOptions extends MarkOptions, MarkerOptions, CurveAutoOptions {
88
/** The horizontal position, for vertical links; bound to the *x* scale. */
99
x?: ChannelValueSpec;
10-
/** The vertical position, for horizontal links; bound to the *x* scale. */
10+
/** The vertical position, for horizontal links; bound to the *y* scale. */
1111
y?: ChannelValueSpec;
1212
/** The starting horizontal position; bound to the *x* scale. */
1313
x1?: ChannelValueSpec;

0 commit comments

Comments
 (0)