Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html lang="ja">
<head>
<meta name="description" content="equation of a line">
  <meta charset="UTF-8">
  <title>Equation of a line</title>
</head>
<body>
<script src="http://d3js.org/d3.v3.js"></script>
</body>
</html>
 
  .axis path,
  .axis line{
    fill: none;
    stroke: black;
  }
  path.line{
    fill: none;
    stroke: black;
    stroke-width: 1px;
  }
  .tick text{
    font-size: 12px;
  }
  .tick line{
    opacity: 0.2;
  }
polyline {
  fill: none;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers