This commit is contained in:
Mike Bostock 2016-06-24 08:47:50 -07:00
Родитель 9ef28eea89
Коммит aa72b44cc6
1 изменённых файлов: 5 добавлений и 0 удалений

5
API.md
Просмотреть файл

@ -5,6 +5,7 @@ D3 4.0 is a [collection of modules](https://github.com/d3) that are designed to
* [Arrays](#arrays-d3-array) ([Statistics](#statistics), [Histograms](#histograms), [Search](#search), [Transformations](#transformations)) * [Arrays](#arrays-d3-array) ([Statistics](#statistics), [Histograms](#histograms), [Search](#search), [Transformations](#transformations))
* [Axes](#axes-d3-axis) * [Axes](#axes-d3-axis)
* [Brushes](#brushes-d3-brush) * [Brushes](#brushes-d3-brush)
* [Chords](#chords-d3-chord)
* [Collections](#collections-d3-collection) ([Objects](#objects), [Maps](#maps), [Sets](#sets), [Nests](#nests)) * [Collections](#collections-d3-collection) ([Objects](#objects), [Maps](#maps), [Sets](#sets), [Nests](#nests))
* [Colors](#colors-d3-color) * [Colors](#colors-d3-color)
* [Delimiter-Separated Values](#delimiter-separated-values-d3-dsv) * [Delimiter-Separated Values](#delimiter-separated-values-d3-dsv)
@ -127,6 +128,10 @@ Select a one- or two-dimensional region using the mouse or touch.
* [*brush*.on](https://github.com/d3/d3-brush#brush_on) - * [*brush*.on](https://github.com/d3/d3-brush#brush_on) -
* [d3.brushSelection](https://github.com/d3/d3-brush#brushSelection) - * [d3.brushSelection](https://github.com/d3/d3-brush#brushSelection) -
## [Chords (d3-chord)](https://github.com/d3/d3-chord)
TODO
## [Collections (d3-collection)](https://github.com/d3/d3-collection) ## [Collections (d3-collection)](https://github.com/d3/d3-collection)
Handy data structures for elements keyed by string. Handy data structures for elements keyed by string.