Reputation: 2967
I tried almost every setting but couldn't get these vertical dates labels "outside" of this graph under the xAxis line. Any help will be greatly appreciated!
Upvotes: 0
Views: 5345
Reputation: 13472
You definitely didn't try every settings :) You can give the labels a y-offset
labels: {
rotation: 270,
y:40
},
http://jsfiddle.net/jugal/5JXBR/
Upvotes: 5