Skip to content

Commit f8d4f4c

Browse files
committed
remove redundant block
1 parent b6e71b0 commit f8d4f4c

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

docs/marks/area.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -261,16 +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-
272-
See also the [ridgeline chart](https://observablehq.com/@observablehq/plot-ridgeline) example.
273-
274264
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.
275265

276266
## Area options

0 commit comments

Comments
 (0)