Skip to content

Instantly share code, notes, and snippets.

@alexandersimoes
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexandersimoes/9627775 to your computer and use it in GitHub Desktop.
Save alexandersimoes/9627775 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>International Trade with D3plus</title>
<!-- load D3js -->
<script src="/js/d3.js"></script>
<!-- load D3plus after D3js -->
<script src="/js/d3plus.js"></script>
</head>
<body>
<div id="viz"></div>
<script>
/* Make sure d3plus was included correctly, print out version */
console.log(d3plus.version)
</script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment