Skip to content

Commit de3fa60

Browse files
committed
Update CHANGELOG
1 parent 7ae352b commit de3fa60

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
@@ -56,7 +56,7 @@ The *fill* and *stroke* mark options can now be expressed as patterns or gradien
5656
Plot.barY(alphabet, {x: "letter", y: "frequency", fill: "url(#gradient)"})
5757
```
5858

59-
The bin transform now supports the *interval* option, allowing numeric intervals such as integer binning with a nice default domain that aligns with interval boundaries. (The bin transform already supported time intervals as the *thresholds* option; time intervals can now also be specified as the *interval* option.) For example, if you want integer bins, say representing the hour of the day, use an *interval* of 1:
59+
The bin transform now supports the *interval* option, allowing numeric intervals such as integer binning with a nice default domain that aligns with interval boundaries. (The bin transform already supported time intervals as the *thresholds* option; time intervals can now also be specified as the *interval* option.) For example, if you want to bin by hour of the day, use an *interval* of 1:
6060

6161
<img src="./img/bin-interval.png" width="640" alt="a histogram of average traffic per hour of day">
6262

0 commit comments

Comments
 (0)