I have came across the following implementation.
http://jsfiddle.net/ao617j2j/1/
As a default stack bar chart starts from 0, however, what if I want to start from +200. Is it possible?
categoryAxis: {
categories: ["First Stock", "Second Stock", "Third Stock", "Fourth Stock", "Fifth Stock"],
axisCrossingValues: [0, 0, 10, 10],
},