We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd57a32 commit 420640cCopy full SHA for 420640c
src/marks/link.d.ts
@@ -7,7 +7,7 @@ import type {MarkerOptions} from "../marker.js";
7
export interface LinkOptions extends MarkOptions, MarkerOptions, CurveAutoOptions {
8
/** The horizontal position, for vertical links; bound to the *x* scale. */
9
x?: ChannelValueSpec;
10
- /** The vertical position, for horizontal links; bound to the *x* scale. */
+ /** The vertical position, for horizontal links; bound to the *y* scale. */
11
y?: ChannelValueSpec;
12
/** The starting horizontal position; bound to the *x* scale. */
13
x1?: ChannelValueSpec;
0 commit comments