Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil authored and mbostock committed Mar 30, 2023
1 parent 6b34574 commit 466fad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/marks/line.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface LineOptions extends MarkOptions, MarkerOptions, CurveAutoOption
y?: ChannelValueSpec;

/**
* If specified, the **z** channel defines series
* If specified, the **z** channel defines series, creating separate lines.
*/
z?: ChannelValue;
}
Expand Down

0 comments on commit 466fad6

Please sign in to comment.