0
爲什麼X軸不顯示刻度或刻度文本?爲什麼x軸刻度不顯示?
https://jsfiddle.net/horacebury/2vc606wx/
我覺得有什麼錯在這裏,但不知道是什麼:
axis: {
x: {
type: 'timeseries',
tick: {
format: '%H:%M',
//count: 17,
//fit: true,
values: ['00:00','01:30','03:00','04:30','06:00','07:30','09:00','10:30','12:00','13:30','15:00','16:30','18:00','19:30','21:00','22:30','00:00']
},
我不能得到這個工作:https://jsfiddle.net/horacebury/2vc606wx/ –
@MattW - 值/格式中的日期部分似乎是必不可少的... – ewcz
Works:https://jsfiddle.net/horacebury/2vc606wx/ –