Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
MUR Drupal
d3-library
Commits
942328c5
Commit
942328c5
authored
Jun 25, 2016
by
Mike Bostock
Browse files
Update API.
parent
81cde7bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
API.md
API.md
+19
-19
No files found.
API.md
View file @
942328c5
...
...
@@ -8,9 +8,9 @@ D3 4.0 is a [collection of modules](https://github.com/d3) that are designed to
*
[
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
)
*
[
Dispatches
](
#dispatches-d3-dispatch
)
*
[
Dragging
](
#dragging-d3-drag
)
*
[
Delimiter-Separated Values
](
#delimiter-separated-values-d3-dsv
)
*
[
Easings
](
#easings-d3-ease
)
*
[
Forces
](
#forces-d3-force
)
*
[
Geographies
](
#geographies-d3-geo
)
...
...
@@ -217,24 +217,6 @@ Color manipulation and color space conversion.
*
[
d3.hcl
](
https://github.com/d3/d3-color#hcl
)
- create a new HCL color.
*
[
d3.cubehelix
](
https://github.com/d3/d3-color#cubehelix
)
- create a new Cubehelix color.
## [Delimiter-Separated Values (d3-dsv)](https://github.com/d3/d3-dsv)
Parse and format delimiter-separated values, most commonly CSV and TSV.
*
[
d3.dsvFormat
](
https://github.com/d3/d3-dsv#dsvFormat
)
- create a new parser and formatter for the given delimiter.
*
[
*dsv*.parse
](
https://github.com/d3/d3-dsv#dsv_parse
)
- parse the given string, returning an array of objects.
*
[
*dsv*.parseRows
](
https://github.com/d3/d3-dsv#dsv_parseRows
)
- parse the given string, returning an array of rows.
*
[
*dsv*.format
](
https://github.com/d3/d3-dsv#dsv_format
)
- format the given array of objects.
*
[
*dsv*.formatRows
](
https://github.com/d3/d3-dsv#dsv_formatRows
)
- format the given array of rows.
*
[
d3.csvParse
](
https://github.com/d3/d3-dsv#csvParse
)
- parse the given CSV string, returning an array of objects.
*
[
d3.csvParseRows
](
https://github.com/d3/d3-dsv#csvParseRows
)
- parse the given CSV string, returning an array of rows.
*
[
d3.csvFormat
](
https://github.com/d3/d3-dsv#csvFormat
)
- format the given array of objects as CSV.
*
[
d3.csvFormatRows
](
https://github.com/d3/d3-dsv#csvFormatRows
)
- format the given array of rows as CSV.
*
[
d3.tsvParse
](
https://github.com/d3/d3-dsv#tsvParse
)
- parse the given TSV string, returning an array of objects.
*
[
d3.tsvParseRows
](
https://github.com/d3/d3-dsv#tsvParseRows
)
- parse the given TSV string, returning an array of rows.
*
[
d3.tsvFormat
](
https://github.com/d3/d3-dsv#tsvFormat
)
- format the given array of objects as TSV.
*
[
d3.tsvFormatRows
](
https://github.com/d3/d3-dsv#tsvFormatRows
)
- format the given array of rows as TSV.
## [Dispatches (d3-dispatch)](https://github.com/d3/d3-dispatch)
Separate concerns using named callbacks.
...
...
@@ -259,6 +241,24 @@ Drag and drop SVG, HTML or Canvas using mouse or touch input.
*
[
d3.dragDisable
](
https://github.com/d3/d3-drag#dragDisable
)
-
*
[
d3.dragEnable
](
https://github.com/d3/d3-drag#dragEnable
)
-
## [Delimiter-Separated Values (d3-dsv)](https://github.com/d3/d3-dsv)
Parse and format delimiter-separated values, most commonly CSV and TSV.
*
[
d3.dsvFormat
](
https://github.com/d3/d3-dsv#dsvFormat
)
- create a new parser and formatter for the given delimiter.
*
[
*dsv*.parse
](
https://github.com/d3/d3-dsv#dsv_parse
)
- parse the given string, returning an array of objects.
*
[
*dsv*.parseRows
](
https://github.com/d3/d3-dsv#dsv_parseRows
)
- parse the given string, returning an array of rows.
*
[
*dsv*.format
](
https://github.com/d3/d3-dsv#dsv_format
)
- format the given array of objects.
*
[
*dsv*.formatRows
](
https://github.com/d3/d3-dsv#dsv_formatRows
)
- format the given array of rows.
*
[
d3.csvParse
](
https://github.com/d3/d3-dsv#csvParse
)
- parse the given CSV string, returning an array of objects.
*
[
d3.csvParseRows
](
https://github.com/d3/d3-dsv#csvParseRows
)
- parse the given CSV string, returning an array of rows.
*
[
d3.csvFormat
](
https://github.com/d3/d3-dsv#csvFormat
)
- format the given array of objects as CSV.
*
[
d3.csvFormatRows
](
https://github.com/d3/d3-dsv#csvFormatRows
)
- format the given array of rows as CSV.
*
[
d3.tsvParse
](
https://github.com/d3/d3-dsv#tsvParse
)
- parse the given TSV string, returning an array of objects.
*
[
d3.tsvParseRows
](
https://github.com/d3/d3-dsv#tsvParseRows
)
- parse the given TSV string, returning an array of rows.
*
[
d3.tsvFormat
](
https://github.com/d3/d3-dsv#tsvFormat
)
- format the given array of objects as TSV.
*
[
d3.tsvFormatRows
](
https://github.com/d3/d3-dsv#tsvFormatRows
)
- format the given array of rows as TSV.
## [Easings (d3-ease)](https://github.com/d3/d3-ease)
Easing functions for smooth animation.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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