Stars from the Sky in the Berghaus Star whole-sky projection.
Star size indicates magnitude. Bigger circles depict brighter stars.
xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>Stars</title>
<link type="text/css" href="index.css" rel="stylesheet"/>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3-geo-projection/0.2.9/d3.geo.projection.min.js"></script>
</head>
<body>
<svg width="960" height="600">
</svg>
</body>
<script src="index.js"></script>
</html>
Modified http://d3js.org/d3.v3.min.js to a secure url
https://d3js.org/d3.v3.min.js
https://cdnjs.cloudflare.com/ajax/libs/d3-geo-projection/0.2.9/d3.geo.projection.min.js