-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
add stacked waterfall charts #4450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I see at least two variants:
|
In principle we could apply the same stacking/overlapping rules we have for And for case 1, we would just always use the |
Your case 1 above would actually be closer to |
Hi Everyone, I am very interested in the possibility of a Plotly Stacked Waterfall. The image posted by jdb78 is exactly what I am looking for. I think this solution would fill a large gap in Python’s data visualization capabilities and attract more developers to Plotly. Can you please advise me on how I can make this dream become a reality? :) Thank you |
@whippysundew I think we still need a little more information about the kind of data it would be useful to represent with such a stack, and come to a consensus on the API for this that's most consistent with our other traces such as bar. After that we can look back at previous waterfall PRs such as #3531 to see where the code needs to be amended. |
@alexcjohnson thank you for your insight. Let’s use software sales data as an example with waterfall columns as follows: YTD revenue (+), won business yet to hit revenue (+), net pipeline (pipeline + business at risk, + or -), total projected performance (+). The stack would be helpful to display different regions or lines of business while still representing the total performance. It would be very beneficial to allow positive or negative values in each column - say one region has a positive net pipeline while another is negative. The chart above shows how this can be displayed. |
Definitely a useful feature to add, I was trying to showcase the capital returns of multiple companies, so you have initial assets in t0 and final assets in t1, just like the Plotly waterfall example. It would be great if those initial and final bars could be dissagregated into multiple stacked bars. Just a thought. |
any news on this issue? |
Hi any update on this stacked waterfall chart? |
broken off from #2221 ...
Let’s gather up some requirements for stacked waterfalls here, ideally including screenshots of the desired output.
The text was updated successfully, but these errors were encountered: