Skip to content

Commit 9d7d9c2

Browse files
authored
Update CHANGELOG.md
1 parent 36e621e commit 9d7d9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Plot.line(bls, Plot.map({stroke: Plot.window({k: 2, reduce: "difference"})}, {x:
1414

1515
The new *clip* mark option enables clipping to the plot frame. For example, this can be used to clip overlapping areas and produce a horizon chart of hourly traffic patterns.
1616

17-
<img src="./img/horizon.png" width="640" alt="a horizon chart of traffic patterns over time">
17+
<img src="./img/horizon.png" width="640" alt="a horizon chart of traffic volume over time">
1818

1919
```js
2020
d3.ticks(0, max, bands).map(t => Plot.areaY(traffic, {x: "date", y: d => d.value - t, fill: t, clip: true}))

0 commit comments

Comments
 (0)