Skip to content

Commit e7bf0ba

Browse files
committed
remove redundant block
1 parent b6e71b0 commit e7bf0ba

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/marks/area.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -261,14 +261,6 @@ Plot.plot((() => {
261261
```
262262
:::
263263

264-
The **line** option draws a line connecting the points with coordinates **x2** and **y2** (the “top of the area”).
265-
266-
:::plot
267-
```js
268-
Plot.areaY(aapl, {x: "Date", y: "Close", fillOpacity: 0.3, line: true}).plot({y: {grid: true}})
269-
```
270-
:::
271-
272264
See also the [ridgeline chart](https://observablehq.com/@observablehq/plot-ridgeline) example.
273265

274266
Interpolation is controlled by the [**curve** option](../features/curves.md). The default curve is *linear*, which draws straight line segments between pairs of adjacent points. A *step* curve is nice for emphasizing when the value changes, while *basis* and *catmull–rom* are nice for smoothing.

0 commit comments

Comments
 (0)