Skip to content

Instantly share code, notes, and snippets.

@whityiu
whityiu / index.html
Last active August 29, 2015 14:21
D3: Node Pulse
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>D3: Force Layout</title>
<style>
.visual-area {
border: 2px solid #aa88aa;
}
</style>
@whityiu
whityiu / Lands.data.json
Last active August 29, 2015 14:20
Demo: D3 Banded Force Layout
{
"nodes": [
{ "x": 150, "y": 410, "recordtype": "a", "id": 0, "name": "Lands" },
{"x": 325, "y": 248, "recordtype": "e", "id": 3, "name": "My Project", "relationshipType": 1, "dataFile": "data.json"},
{ "x": 200, "y": 364, "recordtype": "b", "id": 1, "relationshipType": 0, "name": "Climate and Energy" },
{ "x": 75, "y": 207, "recordtype": "a", "id": 2, "relationshipType": 0, "name": "Africa Lands Strategy" },
{ "x": 350, "y": 148, "recordtype": "c", "id": 4, "relationshipType": 0, "name": "Atlantic Coast" },
{ "x": 298, "y": 185, "recordtype": "a", "id": 2, "relationshipType": 1, "name": "AP Fisheries" },
{ "x": 350, "y": 148, "recordtype": "c", "id": 4, "relationshipType": 0, "name": "Gulf of Mexico" },
{ "x": 594, "y": 235, "recordtype": "d", "id": 5, "relationshipType": 0, "name": "Colorado Energy" }