Skip to content

Commit f77ac3a

Browse files
nachocabFil
andauthored
Fix typo in stack.md (#1724)
* Fix typo in stack.md * Update docs/transforms/stack.md --------- Co-authored-by: Philippe Rivière <[email protected]>
1 parent 80a181c commit f77ac3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/transforms/stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Plot.plot({
278278
marks: [
279279
Plot.dot(
280280
congress,
281-
Plot.stackY({
281+
Plot.stackY2({
282282
x: (d) => 2023 - d.birthday.getUTCFullYear(),
283283
y: (d) => d.gender === "M" ? 1 : -1,
284284
fill: "gender",

0 commit comments

Comments
 (0)