mirror of
https://github.com/d3/d3-format.git
synced 2026-03-19 23:54:17 +00:00
Format numbers for human consumption.
https://d3js.org/d3-format
| .github/workflows | ||
| locale | ||
| src | ||
| test | ||
| .gitignore | ||
| eslint.config.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| rollup.config.js | ||
| vitest.config.js | ||
| yarn.lock | ||
d3-format
This module formats numbers for human consumption, with a consistent output allowing comparison. Grouped digits, currencies, scientific notation…