2
A
답변
5
당신은 네비게이터에 대한 x 축 매개 변수를 사용하고 (표준 축으로) 레이블 옵션을 정의 할 수 있습니다.
navigator: {
xAxis: {
dateTimeLabelFormats: {
day: '%Y',
week: '%Y',
month: '%Y',
year: '%Y'
}
}
},
http://api.highcharts.com/highstock#navigator.xAxis http://api.highcharts.com/highstock#xAxis.dateTimeLabelFormats