score:15

Accepted answer

In addition to the showLastLabel property, you may need to add the endOnTick flag to your example. For example:

//...

xAxis: [{
    type: 'datetime',
    showLastLabel: true,
    endOnTick: true
},

//...

score:0

Use tickPositions Array:(number) to specifically identify which indices you want displayed on your xAxis.


Related Query

More Query from same tag