Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nowthis/sankeymatic
Make Beautiful Flow Diagrams
https://github.com/nowthis/sankeymatic
data-visualization diagram-generator sankey-diagram svg
Last synced: 3 months ago
JSON representation
Make Beautiful Flow Diagrams
- Host: GitHub
- URL: https://github.com/nowthis/sankeymatic
- Owner: nowthis
- License: isc
- Created: 2015-08-28T02:35:41.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T22:11:29.000Z (6 months ago)
- Last Synced: 2024-08-01T00:49:45.554Z (5 months ago)
- Topics: data-visualization, diagram-generator, sankey-diagram, svg
- Language: JavaScript
- Homepage: http://sankeymatic.com/build/
- Size: 916 KB
- Stars: 868
- Watchers: 25
- Forks: 123
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Citation: CITATION.cff
Awesome Lists containing this project
- awesome-starred - nowthis/sankeymatic - Make Beautiful Flow Diagrams (data-visualization)
README
# SankeyMATIC
## Make Beautiful Flow Diagrams
### A [Sankey diagram](https://en.wikipedia.org/wiki/Sankey_diagram) builder for everyone* Describe your data using text.
* Customize your diagram's appearance interactively.
* Export a finished product as a PNG image and as SVG code.
* Export/import your work in progress as readable (and diff-able) plain text files.Hosted and available for use at: **http://sankeymatic.com/build/**
Follow [@[email protected]](https://vis.social/@SankeyMATIC) on Mastodon for news and updates.
Produced by **Steve Bogart** ([@[email protected]](https://tilde.zone/@nowthis))
### Packages used:
* [d3.js](https://github.com/d3/d3) version 7.x
* [Canvg](https://github.com/canvg/canvg) 3.0.9### Background:
SankeyMATIC was inspired by the big energy flow diagram in [d3](http://d3js.org/)'s gallery of examples (visible these days [at ObservableHQ](https://observablehq.com/@d3/sankey)).
Initially built on a [fork of that very d3 Sankey library](https://github.com/nowthis/d3-plugin-captain-sankey) and evolving from there, SankeyMATIC is intended to make it possible for anyone with a web browser to generate complex and beautiful flow diagrams while requiring zero knowledge of coding.