答案 0 :(得分:1)
要在轴的乞讨和结尾显示标签,请使用axis.showFirstLabel/showLastLabel选项(将它们设置为true)。您可能需要将axis.startOnTick/endOnTick设置为true。
如果要在轴内显示标签时更改 - 您可以设置axis.tickPositions。
xAxis: {
endOnTick: true,
showFirstLabel: true,
startOnTick: true,
endOnTick: true,
// tickPositions: [1, 3, 5]
},