Skip to content

Commit 585fd5c

Browse files
committed
Update d3-format.
1 parent c0699c5 commit 585fd5c

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

API.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -499,20 +499,20 @@ Force-directed graph layout using velocity Verlet integration.
499499
* [*radial*.x](https://github.com/d3/d3-force/blob/v1.2.1/README.md#radial_x) - set the target center *x*-coordinate.
500500
* [*radial*.y](https://github.com/d3/d3-force/blob/v1.2.1/README.md#radial_y) - set the target center *y*-coordinate.
501501

502-
## [Number Formats (d3-format)](https://github.com/d3/d3-format/tree/v1.3.2)
502+
## [Number Formats (d3-format)](https://github.com/d3/d3-format/tree/v1.4.1)
503503

504504
Format numbers for human consumption.
505505

506-
* [d3.format](https://github.com/d3/d3-format/blob/v1.3.2/README.md#format) - alias for *locale*.format on the default locale.
507-
* [d3.formatPrefix](https://github.com/d3/d3-format/blob/v1.3.2/README.md#formatPrefix) - alias for *locale*.formatPrefix on the default locale.
508-
* [d3.formatSpecifier](https://github.com/d3/d3-format/blob/v1.3.2/README.md#formatSpecifier) - parse a number format specifier.
509-
* [d3.formatLocale](https://github.com/d3/d3-format/blob/v1.3.2/README.md#formatLocale) - define a custom locale.
510-
* [d3.formatDefaultLocale](https://github.com/d3/d3-format/blob/v1.3.2/README.md#formatDefaultLocale) - define the default locale.
511-
* [*locale*.format](https://github.com/d3/d3-format/blob/v1.3.2/README.md#locale_format) - create a number format.
512-
* [*locale*.formatPrefix](https://github.com/d3/d3-format/blob/v1.3.2/README.md#locale_formatPrefix) - create a SI-prefix number format.
513-
* [d3.precisionFixed](https://github.com/d3/d3-format/blob/v1.3.2/README.md#precisionFixed) - compute decimal precision for fixed-point notation.
514-
* [d3.precisionPrefix](https://github.com/d3/d3-format/blob/v1.3.2/README.md#precisionPrefix) - compute decimal precision for SI-prefix notation.
515-
* [d3.precisionRound](https://github.com/d3/d3-format/blob/v1.3.2/README.md#precisionRound) - compute significant digits for rounded notation.
506+
* [d3.format](https://github.com/d3/d3-format/blob/v1.4.1/README.md#format) - alias for *locale*.format on the default locale.
507+
* [d3.formatPrefix](https://github.com/d3/d3-format/blob/v1.4.1/README.md#formatPrefix) - alias for *locale*.formatPrefix on the default locale.
508+
* [d3.formatSpecifier](https://github.com/d3/d3-format/blob/v1.4.1/README.md#formatSpecifier) - parse a number format specifier.
509+
* [d3.formatLocale](https://github.com/d3/d3-format/blob/v1.4.1/README.md#formatLocale) - define a custom locale.
510+
* [d3.formatDefaultLocale](https://github.com/d3/d3-format/blob/v1.4.1/README.md#formatDefaultLocale) - define the default locale.
511+
* [*locale*.format](https://github.com/d3/d3-format/blob/v1.4.1/README.md#locale_format) - create a number format.
512+
* [*locale*.formatPrefix](https://github.com/d3/d3-format/blob/v1.4.1/README.md#locale_formatPrefix) - create a SI-prefix number format.
513+
* [d3.precisionFixed](https://github.com/d3/d3-format/blob/v1.4.1/README.md#precisionFixed) - compute decimal precision for fixed-point notation.
514+
* [d3.precisionPrefix](https://github.com/d3/d3-format/blob/v1.4.1/README.md#precisionPrefix) - compute decimal precision for SI-prefix notation.
515+
* [d3.precisionRound](https://github.com/d3/d3-format/blob/v1.4.1/README.md#precisionRound) - compute significant digits for rounded notation.
516516

517517
## [Geographies (d3-geo)](https://github.com/d3/d3-geo/tree/v1.11.6)
518518

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ d3-force@1:
195195
d3-timer "1"
196196

197197
d3-format@1:
198-
version "1.3.2"
199-
resolved "https://registry.yarnpkg.com/d3-format/-/d3-format-1.3.2.tgz#6a96b5e31bcb98122a30863f7d92365c00603562"
200-
integrity sha512-Z18Dprj96ExragQ0DeGi+SYPQ7pPfRMtUXtsg/ChVIKNBCzjO8XYJvRTC1usblx52lqge56V5ect+frYTQc8WQ==
198+
version "1.4.1"
199+
resolved "https://registry.yarnpkg.com/d3-format/-/d3-format-1.4.1.tgz#c45f74b17c5a290c072a4ba7039dd19662cd5ce6"
200+
integrity sha512-TUswGe6hfguUX1CtKxyG2nymO+1lyThbkS1ifLX0Sr+dOQtAD5gkrffpHnx+yHNKUZ0Bmg5T4AjUQwugPDrm0g==
201201

202202
d3-geo@1:
203203
version "1.11.6"

0 commit comments

Comments
 (0)