Add streamgraph

I want to plot a streamgraph using Dash but I cannot find it in the documentation.

Hi @Xadik,
plotly.py doesnโ€™t have a streamgraph trace type or figure factory. To make one, you would need to compute the line locations yourself an then draw it using filled area scatter traces (https://plot.ly/python/filled-area-plots/)
-Jon

It is too bad. It should have for the future though.

@Xadik - @empet has made a few of these in Python and may have a notebook to share

hi, just checking in after almost 4 years later, so thereโ€™s still no streamgraph in plotly? :') oh and im using plotly.jsโ€ฆ