Skip to content

Instantly share code, notes, and snippets.

@flufy3d
Forked from entaroadun/visualization_in_js.md
Created August 24, 2012 02:52
Show Gist options
  • Save flufy3d/3444983 to your computer and use it in GitHub Desktop.
Save flufy3d/3444983 to your computer and use it in GitHub Desktop.
Visualization using Javascript on Github

Data visualization in one of three most important steps in data mining (https://github.com/entaroadun/hnpickup#readme). Often times, it's impossible to understand data without proper visualization. I went looking for great tools to do that.

One in china http://datavlab.org/2012/08/23/3385

Two website list recent JS visualization frameworks:

Most of them are available on Github. My three favorite:

And other, also very nice:

Not exactly for data visualization but something that can be used to do it or enhance to ones above:

There are a few JS framework that specialize in timeline visualization:

But what strikes me the most is that we don't have great timeline visualization. At least nothing that could compare with beauty of D3 or Raphael. Can't we do better than Gantt charts or time-series? I think there is a lot of room for improvement in this area. Designers and UX specialist, please help!

It's already couple months since Google released visitor flow visualization. So far I haven't seen anyone tried to duplicate this as open source project. Please email me if you will find something similar to this:

As usual HN came to the rescue. Graphs similar to the one above are called alluvial diagrams or sankey diagrams. Here is open source project that implements this idea:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment