Лучшая ачивка месяца
Found how to change thousands delimiter in d3.js
d3.js has default us locale. You need to define minimal set of those and can override. In my case the code I added: definition = { "decimal": ".", "thousands": "\xa0", "grouping": [3], "currency": ["$", ""], } d3.formatDefaultLocale(definition);