Skip to content

Instantly share code, notes, and snippets.

View jrsconfitto's full-sized avatar

James Sconfitto jrsconfitto

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel='stylesheet' type='text/css' href='' />
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
<meta name='viewport' content='initial-scale=1.0 maximum-scale=1.0'>
</head>
<body>
<script src=''></script>
@jrsconfitto
jrsconfitto / README.md
Last active December 30, 2015 02:29 — forked from mbostock/.block
@jrsconfitto
jrsconfitto / README.md
Last active August 29, 2015 13:58 — forked from mbostock/.block
7 Wonder's score streamgraphs
@jrsconfitto
jrsconfitto / index.html
Last active August 29, 2015 13:58 — forked from mbostock/.block
7 Wonders scores stacked bar graph
<!DOCTYPE html>
<html>
<title>7 Wonders scores as stacked bars</title>
<style type="text/css">
svg {
width: 960px;
height: 500px;
border: solid 1px #ccc;
font: 10px sans-serif;