Skip to content

Commit 675f86d

Browse files
committedJun 27, 2016
Update API.
1 parent e2e91fe commit 675f86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎API.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# D3 API Reference
22

3-
D3 4.0 is a [collection of modules](https://github.com/d3) that are designed to work together; you can use the modules independently, or you can use them together as part of the default build. The source and documentation for each module is available in its repository. Follow the links below to learn more. For an overview of changes between D3 3.x and 4.0, see [CHANGES](https://github.com/d3/d3/blob/master/CHANGES.md); see also the [3.x API reference](https://github.com/d3/d3-3.x-api-reference/blob/master/API-Reference.md).
3+
D3 4.0 is a [collection of modules](https://github.com/d3) that are designed to work together; you can use the modules independently, or you can use them together as part of the default build. The source and documentation for each module is available in its repository. Follow the links below to learn more. For changes between 3.x and 4.0, see [CHANGES](https://github.com/d3/d3/blob/master/CHANGES.md); see also the [3.x reference](https://github.com/d3/d3-3.x-api-reference/blob/master/API-Reference.md).
44

55
* [Arrays](#arrays-d3-array) ([Statistics](#statistics), [Search](#search), [Transformations](#transformations), [Histograms](#histograms))
66
* [Axes](#axes-d3-axis)

0 commit comments

Comments
 (0)
Please sign in to comment.