Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamc/Sankey
A javascript library for drawing sankey / flow diagrams
https://github.com/tamc/Sankey
chart coffeescript
Last synced: 5 days ago
JSON representation
A javascript library for drawing sankey / flow diagrams
- Host: GitHub
- URL: https://github.com/tamc/Sankey
- Owner: tamc
- License: other
- Created: 2011-06-29T08:24:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T07:33:29.000Z (over 7 years ago)
- Last Synced: 2024-10-31T13:03:28.929Z (8 days ago)
- Topics: chart, coffeescript
- Language: CoffeeScript
- Homepage: http://tamc.github.com/Sankey/
- Size: 185 KB
- Stars: 253
- Watchers: 23
- Forks: 88
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - tamc/Sankey - A javascript library for drawing sankey / flow diagrams (others)
README
# JAVASCRIPT SANKEY DIAGRAMS
A javascript library for drawing Sankey diagrams.
The canonical code is at:
http://github.com/tamc/sankey## Similar tools
This sankey diagram generator uses the Raphael library and therefore the diagrams work in older versions of Internet Explorer.
If you are happy for your diagrams to work only with the latest generation of browsers, then take a look at:
http://bost.ocks.org/mike/sankey/## DEPENDENCIES
1. raphael.js
2. jquery.js
3. jquery-ui.js (optional)## USAGE
For the moment, see files in the examples folder
## HACKING
The javascript is written in CoffeeScript in the src directory.
To keep the javascript in sync with the coffeescript, run:
coffee -wo js/ -c src/sankey.coffee
## PATCHES AND BUG REPORTS
Please submit bug reports to:
http://github.com/tamc/sankey/issuesPlease submit patches to:
http://github.com/tamc/sankey/pullrequests