Skip to content

Instantly share code, notes, and snippets.

gistup
gistup
@Cosxin
Cosxin / LineChartControl.js
Last active January 3, 2016 17:08
sh50 correlation
var LineChartControl = {
createNew : function(n,maxS){
var lineChartControl = {};
var n = n;
var maxS = maxS;
gistup
gistup
gistup
@Cosxin
Cosxin / ForestFires.csv
Created February 14, 2016 19:26
rect-circle transition
month wind area
jul 2.7 0.36
sep 2.2 0.43
sep 1.8 0.47
aug 4.5 0.55
aug 8.9 0.61
jul 5.4 0.71
aug 5.4 0.77
aug 4 0.9
mar 5.4 0.95
@Cosxin
Cosxin / index.html
Created February 16, 2016 00:10
stackbar transition1
<meta charset="utf-8">
<html>
<head>
</head>
<script src="http://d3js.org/d3.v3.min.js"></script>
<style type="text/css">
.axis {
shape-rendering: crispEdges;
}
.x.axis line,
@Cosxin
Cosxin / .gistup
Last active February 16, 2016 00:12
donut2bar transition
gistup
@Cosxin
Cosxin / index.html
Created February 19, 2016 03:47
Europe Refugee Sankey Chart
<meta charset="utf-8">
<html>
<head>
<h1>unhcr_persons_of_concern</h1>
</head>
<style>
.node rect {
cursor: move;
fill-opacity: .9;