Skip to content

Commit

Permalink
fix #2117; delete obsolete sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Aug 1, 2024
1 parent a576ab3 commit 7fdbbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/marks/area.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Plot.areaY(observations, {x: "date", y: "temperature", interval: "day"})

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.

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.
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*.

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

Expand Down

0 comments on commit 7fdbbab

Please sign in to comment.