How to show the last tick label of xAxis?
Screenshot: chart image
Use the following configuration option:
xAxis: { axisLabel: { showMaxLabel: true }, ... }