@@ -499,20 +499,20 @@ Force-directed graph layout using velocity Verlet integration.
499
499
* [ * radial* .x] ( https://github.com/d3/d3-force/blob/v1.2.1/README.md#radial_x ) - set the target center * x* -coordinate.
500
500
* [ * radial* .y] ( https://github.com/d3/d3-force/blob/v1.2.1/README.md#radial_y ) - set the target center * y* -coordinate.
501
501
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 )
503
503
504
504
Format numbers for human consumption.
505
505
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.
516
516
517
517
## [ Geographies (d3-geo)] ( https://github.com/d3/d3-geo/tree/v1.11.6 )
518
518
0 commit comments