Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 7th, 2012  |  syntax: None  |  size: 0.66 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <title>Hive Plot Demo</title>
  5.  
  6.     <link rel="stylesheet" type="text/css" href="demo.css" />
  7.  
  8.     <script src='http://mbostock.github.com/d3/d3.v2.js'></script>
  9.     <script src='http://code.jquery.com/jquery-1.7.1.min.js'></script>
  10.     <script src='coffee-script.js'></script>
  11.     <script type='text/coffeescript' src='lib.coffee'></script>
  12.     <script type='text/coffeescript' src='main.coffee'></script>
  13.   </head>
  14.  
  15.   <body>
  16.     <ul>
  17.       <h2><span id='account-name'></span></h2>
  18.       <h1>Hive Plot</h1>
  19.       <p>
  20.         Playing around with cardinal interpolation
  21.       </p>
  22.  
  23.       <div id='chart'></div>
  24.     </ul>
  25.   </body>
  26. </html>