Stacked bar chart with negative data

How to set up a stacked bar chart with dataset containing negative values?
Here is my example: http://webix.com/snippet/9650df69

On the left chart I am using only positive values and everything seems to work fine. On the right chart I have both negative and positive values and even if I specify the yAxis start and end properties, I still can not get the correct result which would be that the negative data is under the x-axis and positive above it.

Unfortunately, the stackedBar chart doesn’t have such functionality. The closest solution is a bar chart with series:

http://webix.com/snippet/b13db8dc

OK, hopefully somewhere in the future this functionality will be added to stackedBar.

In the meantime I hacked together following solution:
http://webix.com/snippet/4c3f8e34

Hi, is the Horizontal Stack bar chart or any type of ready chart that can be use to represent the series of data from negative to positive?

Hello @laicp ,
Please check the sample: https://snippet.webix.com/27a8ia7u