Skip to content

Commit b6e71b0

Browse files
committed
delineate
1 parent fd73d41 commit b6e71b0

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
@@ -20,7 +20,7 @@ Plot.areaY(aapl, {x: "Date", y: "Close"}).plot()
2020

2121
The area mark has three constructors: [areaY](#areaY) for when the baseline and topline share *x* values, as in a time-series area chart where time goes right→ (or ←left); [areaX](#areaX) for when the baseline and topline share *y* values, as in a time-series area chart where time goes up↑ (or down↓); and lastly the rarely-used [area](#area) where the baseline and topline share neither *x* nor *y* values.
2222

23-
The area mark is often paired with a [rule](./rule.md) to accentuate the baseline, and the [**line** option](#area-options) to accentuate the topline.
23+
The area mark is often paired with a [rule](./rule.md) to accentuate the baseline, and the [**line** option](#area-options) to delineate the topline.
2424

2525
:::plot https://observablehq.com/@observablehq/plot-area-and-line
2626
```js

0 commit comments

Comments
 (0)