Skip to content

Instantly share code, notes, and snippets.

@popovevgeny
Created March 6, 2014 17:09
Show Gist options
  • Select an option

  • Save popovevgeny/9394529 to your computer and use it in GitHub Desktop.

Select an option

Save popovevgeny/9394529 to your computer and use it in GitHub Desktop.
test
<!DOCTYPE html>
<html>
<head>
<title>Welcome to d3!</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
</style>
</head>
<body>
<script src='https://rawgithub.com/fivetentaylor/d3/master/d3.min.js' type='text/javascript' charset='utf-8'></script>
<script>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment