/funnel.js

Funnel Visualization written in D3 and Backbone using HTML.

Primary LanguageJavaScript

Funnel.js

Funnel.js example image

An all div's funnel in javascript written in D3 with Backbone.js

Easy way to run the index.html

$ python -m SimpleHTTPServer

Providing Data

var funnel = new Funnel({
  data: [
    {title: 'big', value: 83},
    {title: 'small', value: 40}
  ]
});

LICENSE

MIT License