How can I prevent my HighChart bar chart from being inverted?

charts, highcharts, javascript

Solution

Turns out it was a question of terminology.

What I call a Gantt chart, is called a bar chart and what I call a bar chart they call a column chart. Problem solved.

Problem

For some odd reason the documentation for HighChart says that the bar chart is automatically inverted. I don't want this, does anybody have a work around?

Original source