First of all: I'm new to Highcharts and have been going through the available documentation in an attempt to figure out the solution to the issue I'm facing.
The issue is that I've recently started working on an existing Highcharts where a stacked column chart is not behaving as we would expect it to behave.
The lowest value in my data set is around 5000 and the highest value in my data set is around 40000. When we consider that this is a stacked column chart it would be reasonable to look at the columns in comparison to each other. If a column represents 10000 and another column represents 30000 you might expect to see the lower column as one third of the higher column. However I'm experiencing that the Y axis starts on the lowest value in the data set which is 5000, so I only see half of the column representing 10000 which makes for a confusing chart when looking at columns in relation to each other.
So my question is kind of broad: How does Highcharts determine the starting point of the Y axis, and how does my data set affect how it's determined?