
Untitled
By: a guest on
Aug 7th, 2012 | syntax:
None | size: 0.66 KB | hits: 7 | expires: Never
<!DOCTYPE html>
<html>
<head>
<title>Hive Plot Demo</title>
<link rel="stylesheet" type="text/css" href="demo.css" />
<script src='http://mbostock.github.com/d3/d3.v2.js'></script>
<script src='http://code.jquery.com/jquery-1.7.1.min.js'></script>
<script src='coffee-script.js'></script>
<script type='text/coffeescript' src='lib.coffee'></script>
<script type='text/coffeescript' src='main.coffee'></script>
</head>
<body>
<ul>
<h2><span id='account-name'></span></h2>
<h1>Hive Plot</h1>
<p>
Playing around with cardinal interpolation
</p>
<div id='chart'></div>
</ul>
</body>
</html>