use short or full month name in the month label axis
ganttChartControl.useShortMonthNames(true); ganttChartControl.setShortMonthNames(["Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"]); ganttChartControl.create("htmlDiv1");