UNPKG

d2-ui

Version:
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) }; };