Skip to content

Instantly share code, notes, and snippets.

@tezzutezzu
tezzutezzu / index.html
Last active September 17, 2016 08:54
rotating radial chart
<!DOCTYPE html>
<meta charset="utf-8">
<script src="https://d3js.org/d3.v4.min.js"></script>
<style type="text/css">
body {
font-family: 'Open Sans', sans-serif;
font-size: 11px;
font-weight: 300;
fill: #242424;
@tezzutezzu
tezzutezzu / data.json
Last active September 21, 2016 19:07
Nomi italiani – bump chart
This file has been truncated, but you can view the full file.
{"male":{"mostUsed":[{"name":"FRANCESCO","count":157179},{"name":"ALESSANDRO","count":139960},{"name":"ANDREA","count":138016},{"name":"MATTEO","count":128925},{"name":"LORENZO","count":123854},{"name":"MATTIA","count":96413},{"name":"GABRIELE","count":92896},{"name":"LUCA","count":89041},{"name":"DAVIDE","count":87048},{"name":"RICCARDO","count":80986},{"name":"MARCO","count":80640},{"name":"SIMONE","count":77267},{"name":"GIUSEPPE","count":72764},{"name":"LEONARDO","count":69143},{"name":"FEDERICO","count":66435},{"name":"ANTONIO","count":66336},{"name":"TOMMASO","count":60025},{"name":"GIOVANNI","count":59212},{"name":"ALESSIO","count":58555},{"name":"FILIPPO","count":51654},{"name":"SAMUELE","count":49382},{"name":"DANIELE","count":47176},{"name":"MICHELE","count":46574},{"name":"PIETRO","count":44859},{"name":"CHRISTIAN","count":44351},{"name":"EMANUELE","count":41843},{"name":"EDOARDO","count":41544},{"name":"GIACOMO","count":36053},{"name":"CRISTIAN","count":34604},{"name":"SALVATORE","count":34358},{"
@tezzutezzu
tezzutezzu / index.html
Created October 21, 2016 22:06
Pixi fisheye example – 20k particles
<html>
<head>
<title>Pixi fisheye example – 20k particles</title>
<style> html,body {padding:0; margin:0}</style>
</head>
<body>
<script src="https://d3js.org/d3.v4.min.js"></script>
@tezzutezzu
tezzutezzu / index.html
Last active February 27, 2017 22:53
Pixi integration in d3
<html>
<head>
<title>Pixi integration in d3</title>
<style> html,body {padding:0; margin:0}</style>
</head>
<body>
<script src="https://d3js.org/d3.v4.min.js"></script>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
body {
font-family: sans-serif;
}
.links line {
@tezzutezzu
tezzutezzu / index.html
Last active December 22, 2017 23:08
Incremental nested grouped chart
<!DOCTYPE html>
<style>
.container {
fill:none;
stroke: black;
}
</style>
<svg width="960" height="500"></svg>
@tezzutezzu
tezzutezzu / .block
Last active January 3, 2018 14:21
Fixed arcs in a variable circle
license: mit
border: no
scrolling: no
{
"edges": [
{
"weight": 0.3439287065662771,
"target": 1,
"words": {
"most_similar": [
[
"mantenere",
1.0
@tezzutezzu
tezzutezzu / index.html
Last active March 10, 2018 15:52
Modifying a force layout
<!DOCTYPE html>
<meta charset="utf-8">
<title>Modifying a force layout v4</title>
<style>
.link {
stroke: #000;
stroke-width: 1.5px;
}
@tezzutezzu
tezzutezzu / .block
Created September 27, 2018 10:33
Apply style object
license: mit