Built with blockbuilder.org
forked from ZenoZero's block: fresh block
forked from ZenoZero's block: fresh block
forked from ZenoZero's block: fresh block
xxxxxxxxxx
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Scatterplot with Voronoi</title>
<script src="https://d3js.org/d3.v3.js"></script>
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.2.1.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
<!-- <link href='https://fonts.googleapis.com/css?family=Open+Sans:700,400,300' rel='stylesheet' type='text/css'> -->
<link href='./scatterPlot.css' rel='stylesheet' type='text/css'>
<link href='./scatterShot.css' rel='stylesheet' type='text/css'>
</head>
<body>
<div></div>
<h1>RENJU PLAYING STYLE</h1>
<div id="container" class="container-fluid text-center">
<h5 id='title' style="color: #3B3B3B;"></h5>
<div class="col-sm-9">
<div id="scatterPlot"> </div>
</div>
<div class="col-sm-3">
<div id="scatterPlot_legend"> </div>
</div>
<div class="col-sm-3">
<div id="controls">
</div>
</div>
</div>
<!-- <script src="scatterPlot.js"></script>
<script src="scatterShot.js"></script> -->
<script src="scatterPlot1.js"></script>
<script src="scatterShot1.js"></script>
<!--
<script src="gdp_life_expectancy.js"></script>
-->
</body>
</html>
Modified http://d3js.org/d3.v3.js to a secure url
Modified http://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.2.1.min.js to a secure url
https://d3js.org/d3.v3.js
https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.2.1.min.js
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js