Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/billboard.js/dist/billboard.css" />
  <script src="https://cdn.jsdelivr.net/npm/billboard.js/dist/billboard.pkgd.min.js"></script>
  <title>JS Bin</title>
</head>
<body>
  <h1>Sensitivity</h1>
  <h4>value: <span id="msg"></span></h4>
  <div id="chart"></div>
  <input type="radio" name="type" value="line" checked> line / <input type="radio" name="type" value="bar"> bar
  <input id="range" type="range" name="points" min="0" max="10" value=10>
  <button onclick="generate()">generate</button>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
netilpro
0viewers