I'm filing this issue as a gathering point for the feature request of real stacked area charts.
The current solution to create stacked area charts is to plot cumulative variables which has multiple drawbacks:
A real solution would be to have an argument like layout = {linemode: 'stack'}, same as there is for bar charts.
I'm aware that @etpinard stated some time ago:
We are planning on adding area charts to our list of trace types at some point this year. You are not the first person to ask for this feature.
Therefore I hope opening this issue won't be seen as an annoying harassment! Since it is an often requested feature, I think it important to have a place for users like me to gather all relevant information and potential progress on this.
Some more information:
I'm filing this issue as a gathering point for the feature request of real stacked area charts.
The current solution to create stacked area charts is to plot cumulative variables which has multiple drawbacks:
text: '...'.A real solution would be to have an argument like
layout = {linemode: 'stack'}, same as there is for bar charts.I'm aware that @etpinard stated some time ago:
Therefore I hope opening this issue won't be seen as an annoying harassment! Since it is an often requested feature, I think it important to have a place for users like me to gather all relevant information and potential progress on this.
Some more information:
plotly.js:Stacked Area Functionality #344plotlyforR:Example code of stacked fill area plotly.R#686andadd _real_ stacked area charts [feature request] plotly.R#810ggplot2and then converting it to plotly usingggplotlydoesn't work as supposed either (the plot doesn't get rescaled correctly if traces in between are unselected, there will just be space left).JS): https://codepen.io/etpinard/pen/yOgdOb