You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1036,8 +1036,6 @@ Supported reducers:
1036
1036
1037
1037
Groups on *x*, *y*, and the first of *z*, *fill*, or *stroke*, if any. The value channel is the input with the same name as the aggregation channel.
1038
1038
1039
-
Examples:
1040
-
1041
1039
```js
1042
1040
Plot.group({fill:"count"}, {
1043
1041
x:"island",
@@ -1141,23 +1139,23 @@ Groups on the first of *z*, *fill*, or *stroke*, if any; if none of *z*, *fill*,
1141
1139
1142
1140
#### Plot.stackX1(*options*)
1143
1141
1144
-
Equivalent to [Plot.stackX](#plotstackxoptions), except that the **x1** channel is returned as the **x** channel. This can be used, for example, to draw a line at the bottom of each stacked area.
1142
+
Equivalent to [Plot.stackX](#plotstackxoptions), except that the **x1** channel is returned as the **x** channel. This can be used, for example, to draw a line at the left edge of each stacked area.
1145
1143
1146
1144
#### Plot.stackX2(*options*)
1147
1145
1148
-
Equivalent to [Plot.stackX](#plotstackxoptions), except that the **x2** channel is returned as the **x** channel. This can be used, for example, to draw a line at the top of each stacked area.
1146
+
Equivalent to [Plot.stackX](#plotstackxoptions), except that the **x2** channel is returned as the **x** channel. This can be used, for example, to draw a line at the right edge of each stacked area.
1149
1147
1150
1148
#### Plot.stackY(*options*)
1151
1149
1152
1150
…
1153
1151
1154
1152
#### Plot.stackY1(*options*)
1155
1153
1156
-
Equivalent to [Plot.stackY](#plotstackyoptions), except that the **y1** channel is returned as the **y** channel. This can be used, for example, to draw a line at the left edge of each stacked area.
1154
+
Equivalent to [Plot.stackY](#plotstackyoptions), except that the **y1** channel is returned as the **y** channel. This can be used, for example, to draw a line at the bottom of each stacked area.
1157
1155
1158
1156
#### Plot.stackY2(*options*)
1159
1157
1160
-
Equivalent to [Plot.stackY](#plotstackyoptions), except that the **y2** channel is returned as the **y** channel. This can be used, for example, to draw a line at the right edge of each stacked area.
1158
+
Equivalent to [Plot.stackY](#plotstackyoptions), except that the **y2** channel is returned as the **y** channel. This can be used, for example, to draw a line at the top of each stacked area.
0 commit comments