UNPKG
d3-jsnext
Version:
latest (3.5.5)
3.5.5
d3, but futuristic
github.com/rollup/d3-jsnext
rollup/d3-jsnext
d3-jsnext
/
src
/
format
/
format.js
7 lines
(4 loc)
•
130 B
JavaScript
View Raw
1
2
3
4
5
6
7
import { d3_locale_enUS }
from
'../locale/en-US'
;
var
d3
$format
; d3
$format
= d3_locale_enUS.numberFormat; export { d3
$format
};