Skip to content

Instantly share code, notes, and snippets.

View sandzone's full-sized avatar

Sandeep Muthangi sandzone

View GitHub Profile
@sandzone
sandzone / index.html
Created November 29, 2012 10:23
test
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Simple D3 test</title>
<script type="text/javascript" src="http://d3js.org/d3.v2.js"></script>
</head>
<body>
<script type="text/javascript">
d3.select("body").append("p").text("New paragraph!");