-
Notifications
You must be signed in to change notification settings - Fork 5
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
Try exporting Sankey Diagram for production flow #62
Comments
This looks very promising, it even supports interactivity: |
Might be hard to take advantage of the interactivity without using a lot of network (> 3MB per request). The only thing that might work is the While I could attach the .ipynb file to the discord message, this requires the user to know how to view it. But I'm wondering if it is possible to ignore the .ipynb file and instead return an html file that references the js code hosted somewhere else. Also look into this:
|
|
This is probably the best option:
I still need to check how large these files are. |
Another option for js sankey diagrams |
And another option: https://github.com/tomshanley/d3-sankey-circular/blob/master/README.md |
I think interactivity can be added to the above d3 based libraries by adding some JavaScript like in these examples: https://www.d3-graph-gallery.com/sankey |
This post has a guide on adding interactivity and side discussion of images on the nodes in the comments. |
Not sure if this works with the loops in oil (e.g. pacakged fuel -> empty canister -> packaged water -> ...).
The text was updated successfully, but these errors were encountered: