Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmacia/phpsankey
Sankey diagrams generator
https://github.com/mmacia/phpsankey
Last synced: about 4 hours ago
JSON representation
Sankey diagrams generator
- Host: GitHub
- URL: https://github.com/mmacia/phpsankey
- Owner: mmacia
- Created: 2011-02-27T23:08:21.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-27T23:08:49.000Z (almost 14 years ago)
- Last Synced: 2024-11-09T07:24:50.948Z (about 2 months ago)
- Language: PHP
- Homepage:
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a class to draw Sankey diagrams
http://en.wikipedia.org/wiki/Sankey_diagramIn 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.