New Diagram Style: Sankey diagrams #4474
Replies: 4 comments 2 replies
-
I would gladly implement these, I was looking to that direction for quite a time. Having no experience with d3 directly, I have had some with parsers. So I'd like to hear syntax proposals from the community before I dive in. However author of d3 already provide us with something, which is usually a csv, like this one:
These values are not converted to percentage, these are just values. Link colors are not limited to simply colors, they can have some transition, as well as attributes of links are not limited to colors only. Apart from this, there are some graph-specified attributes links and nodes sort, margins, alignments, etc. Currently I am researching on that topic |
Beta Was this translation helpful? Give feedback.
-
I've opened a new issue for that |
Beta Was this translation helpful? Give feedback.
-
I don't know if there is a way to mark discussion as resolved, but I have implemented first Sankey diagram prototype |
Beta Was this translation helpful? Give feedback.
-
It has been implemented in #4502 by @nirname and merged, you'll be able to use it in the next release. |
Beta Was this translation helpful? Give feedback.
-
Sankey diagrams are great for showing flows between different elements.
For example, see https://i.stack.imgur.com/cYsNT.png
Seems like a wonderful candidate for Mermaid and I hope you'll consider it.
Beta Was this translation helpful? Give feedback.
All reactions