Skip to content

Instantly share code, notes, and snippets.

@levvsha
Last active February 6, 2018 12:57
Show Gist options
  • Save levvsha/0dac696e98dd1197f094e2594b6d022d to your computer and use it in GitHub Desktop.
Save levvsha/0dac696e98dd1197f094e2594b6d022d to your computer and use it in GitHub Desktop.
d3.timeFormatDefaultLocale({
'dateTime': '%A, %e %B %Y г. %X',
'date': '%d.%m.%Y',
'time': '%H:%M:%S',
'periods': ['AM', 'PM'],
'days': ['воскресенье', 'понедельник', 'вторник', 'среда', 'четверг', 'пятница', 'суббота'],
'shortDays': ['вс', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб'],
'months': ['январь', 'февраль', 'март', 'апрель', 'май', 'июнь', 'июль', 'август', 'сентябрь', 'октябрь', 'ноябрь', 'декабрь'],
'shortMonths': ['янв', 'фев', 'мар', 'апр', 'май', 'июн', 'июл', 'авг', 'сен', 'окт', 'ноя', 'дек']
});
d3.csv('https://raw.githubusercontent.com/factorymn/d3-in-all-its-glory/master/stats/data.csv', draw);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment