Skip to content

Instantly share code, notes, and snippets.

@entaroadun
Created December 23, 2011 21:35
  • Star 17 You must be signed in to star a gist
  • Fork 10 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save entaroadun/1515418 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.

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:

@olery
Copy link

olery commented Dec 24, 2011

Thanks for this list!

@gondo
Copy link

gondo commented Jun 16, 2014

@tpowell
Copy link

tpowell commented Feb 18, 2015

ZingChart could do pretty much all of this though the network diagram stuff is a bit less mature than I might like https://github.com/zingchart/ZingChart

Note: It is commercial (as is Highcharts of course if you use it as such).

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