Skip to content

Instantly share code, notes, and snippets.

@entaroadun
Created December 23, 2011 21:35

Revisions

  1. Zeratul revised this gist Dec 31, 2011. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion visualization_in_js.md
    Original file line number Diff line number Diff line change
    @@ -36,6 +36,10 @@ 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 duplicat this as open source project. Please email me if you will find something similar to this:
    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:

    * http://analytics.blogspot.com/2011/10/introducing-flow-visualization.html

    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:

    * https://github.com/tamc/Sankey
  2. Zeratul revised this gist Dec 31, 2011. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions visualization_in_js.md
    Original file line number Diff line number Diff line change
    @@ -36,3 +36,6 @@ 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 duplicat this as open source project. Please email me if you will find something similar to this:

    * http://analytics.blogspot.com/2011/10/introducing-flow-visualization.html
  3. Zeratul revised this gist Dec 31, 2011. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions visualization_in_js.md
    Original file line number Diff line number Diff line change
    @@ -19,6 +19,7 @@ And other, also very nice:
    * https://github.com/theiviaxx/MilkChart
    * https://github.com/xaviershay/tufte-graph
    * https://github.com/flot/flot
    * https://github.com/kulbirsaini/jqplot

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

    @@ -27,6 +28,7 @@ Not exactly for data visualization but something that can be used to do it or en

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

    * https://github.com/highslide-software/highcharts.com (Highstock)
    * https://github.com/danvk/dygraphs
    * https://github.com/square/cube
    * https://github.com/propublica/timeline-setter
  4. Zeratul revised this gist Dec 28, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion visualization_in_js.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    Data visualization in one of three most important steps in data mining (https://github.com/entaroadun/hnpickuphnpickup#readme). Often times, it's impossible to understand data without proper visualization. I went looking for great tools to do that.
    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:

  5. Zeratul revised this gist Dec 28, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion visualization_in_js.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    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.
    Data visualization in one of three most important steps in data mining (https://github.com/entaroadun/hnpickuphnpickup#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:

  6. Zeratul revised this gist Dec 23, 2011. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions visualization_in_js.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    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.

    Two website list recent JS visualization frameworks:

    * http://www.splashnology.com/article/15-awesome-free-javascript-charts/325/
  7. Zeratul revised this gist Dec 23, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion visualization_in_js.md
    Original file line number Diff line number Diff line change
    @@ -30,5 +30,5 @@ There are a few JS framework that specialize in timeline visualization:
    * https://github.com/propublica/timeline-setter
    * https://github.com/vorg/timeline.js

    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!
    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!

  8. Zeratul revised this gist Dec 23, 2011. 1 changed file with 15 additions and 15 deletions.
    30 changes: 15 additions & 15 deletions visualization_in_js.md
    Original file line number Diff line number Diff line change
    @@ -5,30 +5,30 @@ Two website list recent JS visualization frameworks:

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

    https://github.com/DmitryBaranovskiy/g.raphael
    https://github.com/mbostock/d3
    https://github.com/jeresig/processing-js
    * https://github.com/DmitryBaranovskiy/g.raphael
    * https://github.com/mbostock/d3
    * https://github.com/jeresig/processing-js

    And other, also very nice:

    https://github.com/highslide-software/highcharts.com
    https://github.com/mbostock/protovis
    https://github.com/philogb/jit
    https://github.com/theiviaxx/MilkChart
    https://github.com/xaviershay/tufte-graph
    https://github.com/flot/flot
    * https://github.com/highslide-software/highcharts.com
    * https://github.com/mbostock/protovis
    * https://github.com/philogb/jit
    * https://github.com/theiviaxx/MilkChart
    * https://github.com/xaviershay/tufte-graph
    * https://github.com/flot/flot

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

    https://github.com/madrobby/scriptaculous
    https://github.com/up/mashi
    * https://github.com/madrobby/scriptaculous
    * https://github.com/up/mashi

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

    https://github.com/danvk/dygraphs
    https://github.com/square/cube
    https://github.com/propublica/timeline-setter
    https://github.com/vorg/timeline.js
    * https://github.com/danvk/dygraphs
    * https://github.com/square/cube
    * https://github.com/propublica/timeline-setter
    * https://github.com/vorg/timeline.js

    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!

  9. Zeratul revised this gist Dec 23, 2011. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions visualization_in_js.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    Two website list recent JS visualization frameworks:

    http://www.splashnology.com/article/15-awesome-free-javascript-charts/325/
    http://sixrevisions.com/javascript/20-fresh-javascript-data-visualization-libraries/
    * http://www.splashnology.com/article/15-awesome-free-javascript-charts/325/
    * http://sixrevisions.com/javascript/20-fresh-javascript-data-visualization-libraries/

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

  10. Zeratul renamed this gist Dec 23, 2011. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion visualization_in_js → visualization_in_js.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,3 @@

    Two website list recent JS visualization frameworks:

    http://www.splashnology.com/article/15-awesome-free-javascript-charts/325/
  11. Zeratul created this gist Dec 23, 2011.
    35 changes: 35 additions & 0 deletions visualization_in_js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,35 @@

    Two website list recent JS visualization frameworks:

    http://www.splashnology.com/article/15-awesome-free-javascript-charts/325/
    http://sixrevisions.com/javascript/20-fresh-javascript-data-visualization-libraries/

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

    https://github.com/DmitryBaranovskiy/g.raphael
    https://github.com/mbostock/d3
    https://github.com/jeresig/processing-js

    And other, also very nice:

    https://github.com/highslide-software/highcharts.com
    https://github.com/mbostock/protovis
    https://github.com/philogb/jit
    https://github.com/theiviaxx/MilkChart
    https://github.com/xaviershay/tufte-graph
    https://github.com/flot/flot

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

    https://github.com/madrobby/scriptaculous
    https://github.com/up/mashi

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

    https://github.com/danvk/dygraphs
    https://github.com/square/cube
    https://github.com/propublica/timeline-setter
    https://github.com/vorg/timeline.js

    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!