Skip to content

Instantly share code, notes, and snippets.

@EvanZ
Created December 10, 2012 23:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EvanZ/4254422 to your computer and use it in GitHub Desktop.
Save EvanZ/4254422 to your computer and use it in GitHub Desktop.
generated html
<!DOCTYPE html>
<html>
<head>
<script src="http://d3js.org/d3.v2.js"></script>
</head><link rel="stylesheet" href="/stylesheets/bootstrap/docs/assets/css/bootstrap.css">
<body>
<div class="hero-unit">
<h1>Warriors</h1>
</div>
<div class="row">
<div class="span2 offset1">
<svg width="600" height="600">
<circle cx="400" cy="310" r="3" fill="red" stroke="black"></circle>
<circle cx="50" cy="250" r="3" fill="red" stroke="black"></circle>
<circle cx="480" cy="200" r="3" fill="red" stroke="black"></circle>
<circle cx="20" cy="180" r="3" fill="green" stroke="black"></circle>
<circle cx="450" cy="230" r="3" fill="red" stroke="black"></circle>
<circle cx="460" cy="210" r="3" fill="green" stroke="black"></circle>
<circle cx="90" cy="260" r="3" fill="red" stroke="black"></circle>
<circle cx="90" cy="270" r="3" fill="red" stroke="black"></circle>
.
.
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment