Update d3-dsv, d3-request.
This commit is contained in:
Родитель
4e3ace7b49
Коммит
31c1568351
|
@ -192,7 +192,7 @@ Color manipulation and color space conversion.
|
|||
|
||||
Parse and format delimiter-separated values, most commonly CSV and TSV.
|
||||
|
||||
* [d3.dsv](https://github.com/d3/d3-dsv#dsv) - create a new parser and formatter for the given delimiter.
|
||||
* [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.
|
||||
|
|
2
index.js
2
index.js
|
@ -191,7 +191,7 @@ export {
|
|||
} from "d3-dispatch";
|
||||
|
||||
export {
|
||||
dsv,
|
||||
dsvFormat,
|
||||
csvParse,
|
||||
csvParseRows,
|
||||
csvFormat,
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
"d3-collection": "0.1.2",
|
||||
"d3-color": "0.4.2",
|
||||
"d3-dispatch": "0.4.2",
|
||||
"d3-dsv": "0.2.0",
|
||||
"d3-dsv": "0.3.0",
|
||||
"d3-ease": "0.7.0",
|
||||
"d3-format": "0.5.1",
|
||||
"d3-interpolate": "0.5.2",
|
||||
|
@ -53,7 +53,7 @@
|
|||
"d3-quadtree": "0.2.1",
|
||||
"d3-queue": "2.0.2",
|
||||
"d3-random": "0.2.1",
|
||||
"d3-request": "0.4.3",
|
||||
"d3-request": "0.4.4",
|
||||
"d3-scale": "0.6.2",
|
||||
"d3-selection": "0.7.0",
|
||||
"d3-shape": "0.5.1",
|
||||
|
|
Загрузка…
Ссылка в новой задаче