Reputation: 253
Im having an highStock chart that is not displaying the last yAxis horizontal line value. Let's take a look on the picture as it shows the problem: It shows 299, 400, 600 but the last one is not displayed
http://s10.postimg.org/rlp7via7t/highstock.png
Upvotes: 0
Views: 682
Reputation: 37588
You should set showLastLabel as true http://api.highcharts.com/highstock#yAxis.showLastLabel
Upvotes: 3