我想更改导航日期格式,例如从7月12日到2012年。
我该怎么做?
请帮忙......
由于
答案 0 :(得分:6)
您可以将xAxis参数用于导航器并定义标签选项(与标准轴一样)。
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