Skip to content

Instantly share code, notes, and snippets.

View fernandogelin's full-sized avatar
🏠
Working from home

Fernando Gelin fernandogelin

🏠
Working from home
View GitHub Profile
@fernandogelin
fernandogelin / index.html
Last active August 29, 2015 14:24
Chord Diagram
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font: 10px sans-serif;
}
.chord path {
fill-opacity: .67;
stroke: #000;
stroke-width: 0;
@fernandogelin
fernandogelin / Readme.md
Last active August 29, 2015 14:24
Chorpleth - São Paulo Population

São Paulo, Brazil - Population by city

@fernandogelin
fernandogelin / .gitignore
Last active August 29, 2015 14:24
Bubble Map - US Population
.DS_Store
build
node_modules