Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="http://builds.handlebarsjs.com.s3.amazonaws.com/handlebars-v1.3.0.js"></script>
  <script src="http://builds.emberjs.com/tags/v1.5.1/ember.js"></script>
<script src="http://d3js.org/d3.v3.min.js"></script>
  <meta charset="utf-8">
  <title>D3 Ember Bar Chart</title>
</head>
<body>
  <script type="text/x-handlebars" id="application">
    {{bar-chart width=560 height=350 data=content}}
    {{donut-chart width=200 height=200 data=content}}
    
    <br><br>
    <button {{action changeNumbers}}>change numbers</button>   
    <button {{action removeObject content.lastObject}}>remove data</button>
  </script>  
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
heyjinkimpro
0viewers