3

How to show the last tick label of xAxis?

Screenshot: chart image

kleopa
  • 35
  • 3

1 Answers1

3

Use the following configuration option:

xAxis: {
  axisLabel: { showMaxLabel: true },
  ...
}
Julian Go
  • 4,442
  • 3
  • 23
  • 28