Skip to content

Instantly share code, notes, and snippets.

View thole's full-sized avatar

thole

  • Hamburg
View GitHub Profile
!function() {
var d3 = {
version: "3.4.3"
};
if (!Date.now) Date.now = function() {
return +new Date();
};
var d3_arraySlice = [].slice, d3_array = function(list) {
return d3_arraySlice.call(list);
};
<!DOCTYPE html>
<meta charset="utf-8">
<body>
<script type="text/javascript" src="//d3js.org/d3.v3.min.js"></script>
<script>
var width = 960,
height = 500;
var nodes = d3.range(4000).map(function() { return {radius: Math.random() + 2}; }),
@thole
thole / index.html
Last active February 4, 2017 19:49
<!DOCTYPE html>
<meta charset="utf-8">
<body>
<script src="//d3js.org/d3.v3.min.js"></script>
<script src="http://www.goodboydigital.com/pixijs/bloom/pixi.min.js"></script>
<script>
var width = 960,
@thole
thole / index.html
Last active February 4, 2017 19:51
<!DOCTYPE html>
<meta charset="utf-8">
<body>
<script src="//d3js.org/d3.v3.min.js"></script>
<script src="http://www.goodboydigital.com/pixijs/bloom/pixi.min.js"></script>
<script>
var width = 960,
<!DOCTYPE html>
<html>
<head>
<style>
.line {
fill: none;
stroke-width: 1.5px;
}
rect {
fill: steelblue;
@thole
thole / deu.json
Last active October 20, 2018 07:18
germany
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@thole
thole / data.csv
Last active October 20, 2018 07:25
normalized
week budget revenue
1 60000 54000
2 80000 75000
3 90000 80000
4 91000 90000
5 93000 94000
6 90000 91000
7 89000 90000
8 90000 92000
9 95000 97000
@thole
thole / data.json
Last active January 16, 2016 07:44
[
{
"name":"London",
"statistics":[
{"time": "2000-01-01T00:00:00-00:00",
"recats": 12
},
{"time": "2000-01-01T01:00:00-00:00",
"recats": 22
},