All Projects → tamc → Sankey

tamc / Sankey

Licence: other
A javascript library for drawing sankey / flow diagrams

Programming Languages

coffeescript
4710 projects

Labels

Projects that are alternatives of or similar to Sankey

Sprite
🖌 Draw charts in code. Render in real-time. Embed anywhere as .png.
Stars: ✭ 201 (-15.9%)
Mutual labels:  chart
Vue Morris
VueJS component wrapping Morris.js
Stars: ✭ 212 (-11.3%)
Mutual labels:  chart
Burnchart
GitHub Burndown Chart as a Service
Stars: ✭ 227 (-5.02%)
Mutual labels:  chart
Helm Gcs
Manage Helm 3 repositories on Google Cloud Storage 🔐 **privately**
Stars: ✭ 202 (-15.48%)
Mutual labels:  chart
Vue Org Chart
Manage and publish your interactive organization chart (orgchart), 100% free and no install required: just copy a folder to any location
Stars: ✭ 207 (-13.39%)
Mutual labels:  chart
Vue Trend Chart
Simple trend charts for Vue.js
Stars: ✭ 216 (-9.62%)
Mutual labels:  chart
Tkradarchart
A customizable radar chart in Swift
Stars: ✭ 199 (-16.74%)
Mutual labels:  chart
Form Render
🚴‍♀️ 阿里飞猪 - 很易用的中后台「表单 / 表格 / 图表」解决方案
Stars: ✭ 3,881 (+1523.85%)
Mutual labels:  chart
Defterp
deftERP - Jakarta EE (Java EE 7 : JSF, JPA, EJB, CDI, Bean Validation)
Stars: ✭ 207 (-13.39%)
Mutual labels:  chart
Jqwidgets
Angular, Vue, React, Web Components, Blazor, Javascript, jQuery and ASP .NET Framework,
Stars: ✭ 227 (-5.02%)
Mutual labels:  chart
Angular Highcharts
Highcharts directive for Angular
Stars: ✭ 202 (-15.48%)
Mutual labels:  chart
Meter
Laravel package to find performance bottlenecks in your laravel application.
Stars: ✭ 204 (-14.64%)
Mutual labels:  chart
Reaviz
📊 Data visualization library for React based on D3
Stars: ✭ 215 (-10.04%)
Mutual labels:  chart
Wxapp Charts
🏹微信小程序图表charts组件
Stars: ✭ 201 (-15.9%)
Mutual labels:  chart
Tablesaw
Java dataframe and visualization library
Stars: ✭ 2,785 (+1065.27%)
Mutual labels:  chart
Swiftcharts
Easy to use and highly customizable charts library for iOS
Stars: ✭ 2,336 (+877.41%)
Mutual labels:  chart
Chartprogressbar Android
Draw a chart with progress bar style
Stars: ✭ 213 (-10.88%)
Mutual labels:  chart
Rpcircularprogress
(Swift) Circular progress UIView subclass with UIProgressView properties
Stars: ✭ 236 (-1.26%)
Mutual labels:  chart
Cedar
JavaScript Charts for ArcGIS
Stars: ✭ 230 (-3.77%)
Mutual labels:  chart
Charts
Simple, responsive, modern SVG Charts with zero dependencies
Stars: ✭ 14,112 (+5804.6%)
Mutual labels:  chart

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/issues

Please submit patches to: http://github.com/tamc/sankey/pullrequests

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].