sankeymatic
sankeymatic copied to clipboard
Make Beautiful Flow Diagrams
Any label might be worth emphasizing with a different color, size, or style. Decide on & implement a syntax for specifying them.
Make it possible to export _all_ the parameters of a diagram with one click, so a diagram can be _fully specified_ with one chunk of JSON (or simple text, maybe)....
At the moment, `AFraction [2000] BFraction` takes `2000` from AFraction and sends it to BFraction. However, there are some cases where the flow is desired to change size between the...
Sankey diagram is showing the sequence of nodes randomly. Is it possible to show the nodes in the ascending order of data entered, so that it displays passenger boarding from...
The below-mentioned files are missing in the "build" directory, due to which the offline use of this application does not work. It requires manually downloading and adding files inside "build"...
there is a very small value for some nodes, and I try to change the places of there nodes. However, they are two small for me to drag them. What...
When there is a lot of quantity value differences between 2 nodes, the draggable graphic shows an ultra thin node fo the lower value. This is a problem when you...
Allow top-to-bottom or bottom-to-top flow diagrams. Part of this is a simple coordinate transform. The hard part will be the placement of labels; simply rotating those won't look good.
How to place a node without children NOT in the rightmost position => How to completely hide a node?
This looks related to #11. Using these data ``` A1 [100] B1 A2 [100] B1 A1 [100] B2 B1 [60] C1 B1 [60] C2 B1 [80] C3 ``` I would...
As I am a less-than-newbie in JS (I work with Python+Flask), it is difficult for me to understand how to use SankeyMatic to generate graphs programmatically (not manually) or even...