如何强制在xAxis中显示最后的标签?我试图使用showLastLabel:true。但正如你所看到的那样并没有真正发挥作用。
答案 0 :(得分:15)
除showLastLabel
属性外,您可能需要在示例中添加endOnTick
标志。例如:
//...
xAxis: [{
type: 'datetime',
showLastLabel: true,
endOnTick: true
},
//...
答案 1 :(得分:0)
使用tickPositions数组:(数字)专门识别您希望在xAxis上显示的索引。