Skip to content

Commit 7e458ff

Browse files
committed
tweak bollinger example
1 parent f5a99d5 commit 7e458ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/marks/bollinger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Plot.plot({
4747
marks: [
4848
Plot.lineY(aapl, Plot.mapY(Plot.bollinger({n: 20, k: -2}), {x: "Date", y: "Close", stroke: "red"})),
4949
Plot.lineY(aapl, Plot.mapY(Plot.bollinger({n: 20, k: 2}), {x: "Date", y: "Close", stroke: "green"})),
50-
Plot.lineY(aapl, Plot.mapY(Plot.bollinger({n: 20}), {x: "Date", y: "Close"}))
50+
Plot.lineY(aapl, {x: "Date", y: "Close"})
5151
]
5252
})
5353
```

0 commit comments

Comments
 (0)