A classic take on the same dataset used in the previous example.
xxxxxxxxxx
<html>
<head>
<meta name="description" content="Classic word cloud (OpeNER - Paris, es)" />
<meta charset="utf-8">
<title>Classic word cloud (OpeNER - Paris, es)</title>
<script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src='layout.cloud.js'></script>
<script src="https://d3js.org/queue.v1.min.js"></script>
<script src="https://davidbau.com/encode/seedrandom-min.js"></script>
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<script src='index.js'></script>
</body>
</html>
Modified http://d3js.org/d3.v3.min.js to a secure url
Modified http://d3js.org/queue.v1.min.js to a secure url
Modified http://davidbau.com/encode/seedrandom-min.js to a secure url
https://d3js.org/d3.v3.min.js
https://d3js.org/queue.v1.min.js
https://davidbau.com/encode/seedrandom-min.js