A choropleth map with selectable countries.
This example demonstrates the changes neede for migration from VizHub to local development. Namely:
package.json
.index.html
.rollup.config.js
.xxxxxxxxxx
<html>
<head>
<title>Map with Selectable Countries</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<svg width="960" height="500"></svg>
<script src="bundle.js"></script>
</body>
</html>