Reputation: 4442
I want to move the categories on my Y Axis inside the chart, like the new Google Analytics does.
See image:
Upvotes: 0
Views: 3713
Reputation: 2642
You have 2 options.
1)You can use the labels.align property. http://jsfiddle.net/gh/get/jquery/1.7.1/highslide-software/highcharts.com/tree/master/samples/highcharts/yaxis/labels-align-left/
2)Use the labels.x property http://jsfiddle.net/gh/get/jquery/1.7.1/highslide-software/highcharts.com/tree/master/samples/highcharts/xaxis/labels-x/
Upvotes: 7