Skip to content

Instantly share code, notes, and snippets.

@NaoY-2501
Created February 15, 2019 03:48
Show Gist options
  • Select an option

  • Save NaoY-2501/46b3b0bd7a58586cfd409dca24864ac8 to your computer and use it in GitHub Desktop.

Select an option

Save NaoY-2501/46b3b0bd7a58586cfd409dca24864ac8 to your computer and use it in GitHub Desktop.
DataMaps Sample
<!-- http://datamaps.github.io/ -->
<!-- https://github.com/markmarkoh/datamaps/blob/master/README.md#getting-started -->
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.3/d3.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/topojson/1.6.9/topojson.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/datamaps/0.5.9/datamaps.world.min.js"></script>
</head>
<body>
<div id="container" style="position: relative; width: 1000px; height: 600px;"></div>
<script>
var map = new Datamap({
element: document.getElementById('container')
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment