In the object interface API, I am struggling to find a good approach on plotting stacked bar plots from positive and negative values at the same time. As far as I see, all contributions add on top of each other. This means that if a negative value follows a positive, it will start from the end point of the positive, resulting in automatic overlapping.
Is there a possible way to disable overlapping of contributions in stacked bar plots? Like this negative values would always stack on the negative side, positives values on the positive side.
Many thanks for the great package!