Created
December 1, 2016 07:28
-
-
Save DragorWW/14576aefa1c38aefbd1857a8b661781a to your computer and use it in GitHub Desktop.
Highcharts highstock lang ru
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Highcharts.setOptions({ | |
| lang: { | |
| months: ['Январь', 'Февраль', 'Март', 'Апрель', 'Май', 'Июнь', 'Июль', | |
| 'Август', 'Сентябрь', 'Октябрь', 'Ноябрь', 'Декабрь'], | |
| shortWeekdays: ['ВС', 'ПН', 'ВТ', 'СР', 'ЧТ', 'ПТ', 'СБ'], | |
| weekdays: [ | |
| 'Воскресенье', | |
| 'Понедельник', | |
| 'Вторник', | |
| 'Среда', | |
| 'Четверг', | |
| 'Пятница', | |
| 'Суббота' | |
| ], | |
| shortMonths: [ | |
| 'Янв', | |
| 'Февр', | |
| 'Март', | |
| 'Апр', | |
| 'Май', | |
| 'Июнь', | |
| 'Июль', | |
| 'Авг', | |
| 'Сент', | |
| 'Окт', | |
| 'Нояб', | |
| 'Дек' | |
| ], | |
| loading: 'Загрузка ...', | |
| decimalPoint: '.' | |
| } | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment