Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mmacia/phpsankey

Sankey diagrams generator
https://github.com/mmacia/phpsankey

Last synced: about 4 hours ago
JSON representation

Sankey diagrams generator

Awesome Lists containing this project

README

        

This is a class to draw Sankey diagrams
http://en.wikipedia.org/wiki/Sankey_diagram

In order to work, you need a PHP installation with
the Imagick library installed.

You can see an usage example in src/main.php file
and an output sample in samples directory.