Created
December 23, 2011 21:35
Revisions
-
Zeratul revised this gist
Dec 31, 2011 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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 -
Zeratul revised this gist
Dec 31, 2011 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
Zeratul revised this gist
Dec 31, 2011 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
Zeratul revised this gist
Dec 28, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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#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: -
Zeratul revised this gist
Dec 28, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. Two website list recent JS visualization frameworks: -
Zeratul revised this gist
Dec 23, 2011 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/ -
Zeratul revised this gist
Dec 23, 2011 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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! -
Zeratul revised this gist
Dec 23, 2011 . 1 changed file with 15 additions and 15 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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! -
Zeratul revised this gist
Dec 23, 2011 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/ Most of them are available on Github. My three favorite: -
Zeratul renamed this gist
Dec 23, 2011 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/ -
Zeratul created this gist
Dec 23, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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!