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
작동 : https://jsfiddle.net/horacebury/2vc606wx/ –