Skip to content

Commit 98d3d7a

Browse files
committed
update README
1 parent cff1b2d commit 98d3d7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,7 @@ If two arguments are passed to the stack transform functions below, the stack-sp
14451445
Plot.stackY({x: "year", y: "revenue", z: "format", fill: "group"})
14461446
```
14471447

1448-
Creates new channels **y1** and **y2**, obtained by stacking the original **y** channel for data points that share a common **x** (and possibly **z**) value. A new **y** channel is also returned, which lazily computes the middle value of **y1** and **y2**. The input **y** channel defaults to a constant 1, resulting in a count of the data points. The stack options (*offset*, *order*, and *reverse*) may be specified as part of the *inputs* or as a separate *options* argument.
1448+
Creates new channels **y1** and **y2**, obtained by stacking the original **y** channel for data points that share a common **x** (and possibly **z**) value. A new **y** channel is also returned, which lazily computes the middle value of **y1** and **y2**. The input **y** channel defaults to a constant 1, resulting in a count of the data points. The stack options (*offset*, *order*, and *reverse*) may be specified as part of the *inputs* object, if the only argument, or as a separate *options* argument.
14491449

14501450
#### Plot.stackY1(*options*, *inputs*)
14511451

0 commit comments

Comments
 (0)