From aa72b44cc6bd23fd9146996c60193e5788117ac9 Mon Sep 17 00:00:00 2001 From: Mike Bostock Date: Fri, 24 Jun 2016 08:47:50 -0700 Subject: [PATCH] Update API. --- API.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/API.md b/API.md index 16f26e16..79936291 100644 --- a/API.md +++ b/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)) * [Axes](#axes-d3-axis) * [Brushes](#brushes-d3-brush) +* [Chords](#chords-d3-chord) * [Collections](#collections-d3-collection) ([Objects](#objects), [Maps](#maps), [Sets](#sets), [Nests](#nests)) * [Colors](#colors-d3-color) * [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) - * [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) Handy data structures for elements keyed by string.