Skip to content

Instantly share code, notes, and snippets.

@jexchan
Forked from entaroadun/visualization_in_js.md
Created December 25, 2011 13:48
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jexchan/1519274 to your computer and use it in GitHub Desktop.
Save jexchan/1519274 to your computer and use it in GitHub Desktop.
README:Visualization using Javascript on Github

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

JS visualization frameworks

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!

Some JS about animation or graphics

  • http://paperjs.org/ The Swiss Army Knife of Vector Graphics Scripting.Paper.js is an open source vector graphics scripting framework that runs on top of the HTML5 Canvas.

some tutorials as following:

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