UNPKG

d3

Version:

A JavaScript visualization library for HTML and SVG.

10 lines (8 loc) 192 B
import "number-format"; import "time-format"; d3.locale = function(locale) { return { numberFormat: d3_locale_numberFormat(locale), timeFormat: d3_locale_timeFormat(locale) }; };