sankeymatic
sankeymatic copied to clipboard
Make Beautiful Flow Diagrams
I'd like to have something like yUML.me where you can call URL with diagram parameters and get dynamic image as response. http://yuml.me/diagram/dir:td/class/[ACME Project]
Currently the generated sankey does not present flow values. However for graphs, where nodes have both more ouflows and inflows it is important to visualise flow value selectively. Proposal declaration...
We've stopped crashing when the user enters a cycle, but we don't alert them to the cycle's presence. Since the rendering of cycles is not great right now, it would...
Tricky parts will be: - how exactly to specify how big the text should be & where it goes & what color, font, etc. - what effect these then have...
Currently, the way that colors are picked for the flow paths between nodes seems to be inconsistent: in some cases, the color of the source node is picked, but in...
This PR is intended to provide a mechanism to be able to mirror this repository offline and deploy with a local Pages deployment. This would also allow you to test...
Hi, I'm curious about the process for potentially contributing code to this project. I don't believe there are any guiding notes for how you would like changes to be delivered,...
Updates the 'Load from file' functionality to auto-reload the file contents if the file is changed on the local machine. It stops updating when other changes are made within the...
Hi, is it there any plugin for mkdocs available or in the dev pipeline? Regards, Andrea
Hey! My use case is to use SankeyMATIC as a rendering engine. Basically, I want to send text input and get an image as a result (with as few dependency...