50380d5a
mwasiluk
d3 scatterplot-da...
|
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>D3 scatterplot demo</title>
<link rel="stylesheet" href="../dist/d3-scatterplot.css">
</head>
<body>
<h1>D3 scatterplot demo</h1>
|
42187739
mwasiluk
updated d3-scatte...
|
11
|
<div id="scatterplot" style=" width: 100%; height: 600px;"></div>
|
50380d5a
mwasiluk
d3 scatterplot-da...
|
12
13
14
15
16
17
|
<script src="../bower_components/d3/d3.min.js" charset="utf-8"></script>
<script src="../dist/d3-scatterplot.js" charset="utf-8"></script>
<script src="demo.js"></script>
</body>
</html>
|