-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Sankey hoverinfo options not honored #3097
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
In fact it looks like the fact that It's a bit of a tricky question how to handle What if |
That makes sense. I guess we could also have the upcoming templates on hover be split into @etpinard What do you think? Should I go ahead and implement |
Yes, I think those had better be separate too. @antoinerg and I had a discussion about how to handle this for other types that support |
Because all the flags for |
I wrote my last comment a bit too fast. We already have |
One thing I observed, seemingly related to this issue, is node.hoverinfo only seems to include the sum of values for incoming or outgoing flow. Would it be possible to provide the option to manipulate this (incoming, outgoing, or both: incoming and outgoing)? |
Thank you @kristianjf for the suggestion! I agree that it should be included when Sankey's |
The What do you think @kristianjf @plotly/plotly_js ? |
Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson |
As of right now, Sankey traces ignore all
hoverinfo
options except for 'none' and 'skip'.https://codepen.io/anon/pen/xyrXXm
The text was updated successfully, but these errors were encountered: