Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MUR Drupal
d3-library
Commits
5ca0f285
Commit
5ca0f285
authored
Jun 15, 2016
by
Mike Bostock
Browse files
Update CHANGES.
parent
c2d08b42
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGES.md
View file @
5ca0f285
...
...
@@ -979,7 +979,7 @@ Likewise, in place of 3.x’s d3.time.weekOfYear, in 4.0 you would say:
d3
.
timeWeek
.
count
(
d3
.
timeYear
(
now
),
now
);
// 24
```
The new
*interval*
.count is of course more general. For example, you can use it to compute hour-of-week for a
weekly
heatmap:
The new
*interval*
.count is of course more general. For example, you can use it to compute hour-of-week for a heatmap:
```
js
d3
.
timeHour
.
count
(
d3
.
timeWeek
(
now
),
now
);
// 64
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment