Skip to content

Commit 7fdbbab

Browse files
committed
fix #2117; delete obsolete sentence
1 parent a576ab3 commit 7fdbbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/marks/area.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Plot.areaY(observations, {x: "date", y: "temperature", interval: "day"})
308308

309309
The **interval** option is recommended to “regularize” sampled data; for example, if your data represents timestamped temperature measurements and you expect one sample per day, use "day" as the interval.
310310

311-
The **areaY** mark draws the region between a baseline (*y1*) and a topline (*y2*) as in an area chart. When the baseline is *y* = 0, the *y* channel can be specified instead of *y1* and *y2*. For example, here is an area chart of Apple’s stock price.
311+
The **areaY** mark draws the region between a baseline (*y1*) and a topline (*y2*) as in an area chart. When the baseline is *y* = 0, the *y* channel can be specified instead of *y1* and *y2*.
312312

313313
## areaX(*data*, *options*) {#areaX}
314314

0 commit comments

Comments
 (0)