-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add support for Sankey charts #282
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
@gramster We've had a few requests for this lately. |
It probably would not be too difficult to integrate this: The key part would be defining the JSON spec for Sankey diagrams (http://help.plot.ly/json-chart-schema/). Here's the matplotlib API: |
assigning @monfera 🎉 |
A summary of hard requirements toward the initial implementation:
In addition, we're not currently committing to, but planning to have
|
@etpinard now equipped with stable sorting parallel links, it's important to style the currently hovered line (don't mind the temporary tooltip now) as there may be partial occlusion. I could use some guidance on the approach, e.g. should I create .sankeyLink:hover CSS styling, or should it be done in CSS, and should there be some configuration attributes for it? Or pls. point me to a suitable precedent. |
This was completed in #1591 released in |
Docs for Sankey diagrams:Python: https://plot.ly/python/sankey-diagram/ |
What it says
The text was updated successfully, but these errors were encountered: