I've been given the image above as an example of what the final chart should look like, but I'm having difficulty creating it.
We have to use amCharts due to the technology we're using, and I've got the columns stacked and coloured as I want, but I can't find a way to add the thresholds (shown in light green/blue/yellow). It'd also be nice to display it on a logarithmic scale as per the top of the image, but I'm not quite so bothered about that.
Any help appreciated.
Update:
Thanks to the spectacular help of xorspark I've managed to get it as I want it, even though I ended up not using logarithms.
The code
is at https://codepen.io/dangerworm/pen/mByGqL for those interested.
You can use guides to specify your thresholds and label each subdivision. To accomplish your particular output, you need two sets of guides for each - one for the filled area and another to place the label and line on top. For example:
Demo