Skip to content

Instantly share code, notes, and snippets.

@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 / data.csv
Last active February 15, 2023 00:14
nomi italiani
We can't make this file beautiful and searchable because it's too large.
name,rank,year,count,gender,percent
ANDREA,1,1999,10336,m,3.914617704
FRANCESCO,2,1999,9494,m,3.595721796
ALESSANDRO,3,1999,9000,m,3.408626096
MATTEO,4,1999,8703,m,3.296141435
LUCA,5,1999,7799,m,2.953763881
LORENZO,6,1999,7499,m,2.840143011
MARCO,7,1999,7002,m,2.651911103
DAVIDE,8,1999,6418,m,2.430729143
SIMONE,9,1999,6379,m,2.41595843
@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 / 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.tsv
Last active November 28, 2023 15:41
Pie Chart Update v4
region fruit count
East Apples 53245
West Apples 28479
South Apples 19697
North Apples 24037
Central Apples 40245
East Oranges 200
South Oranges 200
Central Oranges 200