Hello, I’ve been using Plotly for a few days now attempting to recreate some charts that are currently done in Excel. I am attempting to use stacked area chart to depict utilization thresholds and then have a bar chart draw over it.
I have not been able to get my bars to draw in front of the area chart. Currently, the bars are drawn behind the area chart: https://jsfiddle.net/kimasu/rbysyg62/
Also, can the stacked area (green/orange/red) stretch all the way to each side of the chart, instead of cutting off in the center of the bar?
If it is possible to stretch the stacked area all the way to the edge of the chart, so that it doesn’t stop right in the middle of the bar, I would like to know how. I’ll keep experimenting.