-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Sankey hover text & styling #1663
Labels
feature
something new
Comments
@alexcjohnson could you (or I) split the item into two parts as I think @etpinard has been looking into the 2nd part already |
@monfera no that second part is new. |
@alexcjohnson I think the current issue is addressed by the PR #3150 that you helped me put together a little while ago. Can we close this issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The initial release of sankey diagrams includes
link.label
which can be used to include extra text for each link that's only displayed on hover. Currently though, nodes have no such capability - their labels are displayed on the diagram and there is no way to display more or different information on hover.While we're at it we should extend custom styling to sankey hover.
See https://github.com/plotly/plotly.js/pull/1582/files/8d021e0640a44da68a333426d77035ff67e27108..4d3ce9203fc6c2a0ffa21d9236708655b689e636#r115788926 for more info
The text was updated successfully, but these errors were encountered: