Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.