What it says
@gramster We've had a few requests for this lately.
Do you mind filling out this form so I can send you an email?
https://plot.ly/products/enterprise/get-in-touch/
It probably would not be too difficult to integrate this:
https://github.com/d3/d3-plugins/tree/master/sankey
The key part would be defining the JSON spec for Sankey diagrams (http://help.plot.ly/json-chart-schema/). Here's the matplotlib API:
http://matplotlib.org/api/sankey_api.html
assigning @monfera :tada:
A summary of hard requirements toward the initial implementation:
Plotly.restyle)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 https://github.com/plotly/plotly.js/pull/1591 released in 1.27.0
Python: https://plot.ly/python/sankey-diagram/
R: https://plot.ly/r/sankey-diagram/
JavaScript: https://plot.ly/javascript/sankey-diagram/
Most helpful comment
This was completed in https://github.com/plotly/plotly.js/pull/1591 released in
1.27.0