尝试日期/字符串/ UTC。他们都没有工作:(
如此多的无效示例,即Internet上错误的/过期的配置。 图表库还有其他选择吗?
我的图表输出完全不正确。
xAxis: {
type: 'datetime',
// dateTimeLabelFormats: { // don't display the dummy year
// month: '%e. %b',
// year: '%b'
// },
labels: {
formatter: function() {
return Highcharts.dateFormat('%Y - %m', this.value);
}
} ,
// labels: {
// format: '{value: %Y-%m-%d}'
// },
title: {
text: 'Build Date'
}
},
配置
{{1}}