Skip to content

Commit 4bd36f6

Browse files
committed
update CHANGELOG
1 parent cfcb264 commit 4bd36f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Plot.plot({
168168
marginLeft: 160
169169
},
170170
marks: [
171-
Plot.areaY(trends, {x: "week", y: "interest", sort: {fy: {value: "y", reduce: "max-index"}}})
171+
Plot.areaY(trends, {x: "week", y: "interest", sort: {fy: "y", reduce: "max-index"}})
172172
]
173173
})
174174
```

0 commit comments

Comments
 (0)