Visualizing the winners of the Academy Awards 2018 referencing:https://bl.ocks.org/mbostock/6526445e2b44303eebf21da3b6627320
xxxxxxxxxx
<head>
<title>3D-force-layout</title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="plot">
</div>
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="//d3js.org/d3.v4.min.js"></script>
<script src="script.js"></script>
</body>
https://code.jquery.com/jquery-1.12.4.js
https://d3js.org/d3.v4.min.js
cars.csv | script.js |