Floating Bar Chart / Non-additive Stacking?

Hello,

I’m trying to make a bar chart in perspective using the XY Chart, similar to the XY Chart Example - Gantt Chart | Ignition User Manual, but vertical and using values instead of time.

I have flipped the axis on the chart, and change the time to value, this mostly works. And with time it actually does work with absolute times

However I need the chart to be stacked and series[1].column.stacked adds the values up

Non stacked: the values are fine

stacked: True - The values are now added?

I could adjust the values myself, just subtracting the sum of each previous row to the values, but that doesn’t seem like the best option, and I can’t help but feel like I’m missing something about the component. Is there a better way to do this?

Edit: The candlestick render type did not work, as the colors on that chart were not adjustable, even with derivefieldsfromdata