Skip to content

Commit 0c3ac45

Browse files
committed
shorten
1 parent e0a82d7 commit 0c3ac45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plots/google-trends-ridgeline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default async function() {
2222
marginLeft: 160
2323
},
2424
marks: [
25-
Plot.areaY(data, {x: "week", y: "interest", fillOpacity: 0.3, sort: {fy: {value: "y", reduce: "max-index"}}}),
25+
Plot.areaY(data, {x: "week", y: "interest", fillOpacity: 0.3, sort: {fy: "y", reduce: "max-index"}}),
2626
Plot.line(data, {x: "week", y: "interest", stroke: "white", strokeWidth: 1}),
2727
Plot.ruleY([0])
2828
]

0 commit comments

Comments
 (0)