Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<link class="jsbin" href="https://getbootstrap.com/2.3.2/assets/css/bootstrap-responsive.css" rel="stylesheet" type="text/css" />
<link class="jsbin" href="https://getbootstrap.com/2.3.2/assets/css/bootstrap.css" rel="stylesheet" type="text/css" />
  
<script class="jsbin" src="https://code.jquery.com/jquery-1.7.2.min.js"></script>
  
<script class="jsbin" src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
<script class="jsbin" src="https://cdnjs.cloudflare.com/ajax/libs/backbone.js/1.3.3/backbone-min.js"></script>
<script src="https://js-hypercube-demo.herokuapp.com/js-hypercube.min.js"></script>
<script src="https://js-hypercube-demo.herokuapp.com/example.data.js"></script>
  
<meta charset=utf-8 />
  <title>js-hypercube/backbone.js example</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
  
  td {height:50px;vertical-align:top;}
</style>
</head>
<body>
  <div class="container">
    <h1>Video Game Revenue Example</h1>
  <div class="row">
    <div class="span12">
      <table class="table table-condensed" id="revenue"></table>
    </div>
    </div>
  </div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
cwardenpro
0viewers