I’m trying to align columns to the left in my chart. By default they are in the middle.
I can’t find anything about this in the API documentation.

Here is a jsFiddle test.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the highcharts api, have you examined the group padding feature?
http://www.highcharts.com/ref/#plotOptions-column–groupPadding
If the columns appear too wide when you set the groupPadding to 0,
you can still play with the pointPadding. http://www.highcharts.com/ref/#plotOptions-column–pointPadding
(If that doesn’t fit your needs, I guess I’m a bit perplexed,
because I don’t see how having chart columns aligned to the left,
then followed by a big blank space on the right, would make
for a well-designed chart…)