Skip to content

Instantly share code, notes, and snippets.

{
"nodes": [
{
"group": 5,
"type": "thing",
"name": "The Force",
"img" : "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSd4aKUMuAb27X2cA3DMwGuvMEt6wr0x9kYusEFLPo02BQ9104swQ"
},
{
"group": 1,
@jchonglee
jchonglee / starwhy.css
Last active December 25, 2015 19:29
Star Wars graph. Listen to this while viewing: http://www.youtube.com/watch?v=kuovuHvaxlU
/* Graph Stylesheet for Why-Visualization */
.node {
stroke: #fff;
stroke-width: 1.5px;
}
.text, .text-hover {
pointer-events: none;
font: 0.3em sans-serif;
@jchonglee
jchonglee / index.html
Created September 30, 2013 15:32
D3 graph with pictures.
<html>
<head>
<title>graph</title>
<style>
.node {
stroke: #fff;
stroke-width: 1.5px;
}