Skip to content

Commit

Permalink
fix z documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Nov 7, 2023
1 parent bb30385 commit 00ab6f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/marks/difference.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ export interface DifferenceOptions extends MarkOptions, CurveOptions {

/**
* An optional ordinal channel for grouping data into series to be drawn as
* separate areas; defaults to **fillPositive** if a channel for the positive
* area, **fillNegative** if a channel for the negative area, or **stroke** if
* a channel.
* separate areas; defaults to **stroke**, if a channel.
*/
z?: ChannelValue;
}
Expand Down

0 comments on commit 00ab6f0

Please sign in to comment.