Reputation: 2977
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: 5348
Reputation: 13482
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