Skip to content

Instantly share code, notes, and snippets.

View Sarah-W's full-sized avatar

Sarah Wheaton Sarah-W

  • Wellington, New Zealand
View GitHub Profile
@Sarah-W
Sarah-W / index.html
Last active December 22, 2015 01:28
D3 toy
<!DOCTYPE html>
<meta charset="utf-8">
<title></title>
<!--<script type="text/javascript" src="./D3 Page Template_files/d3.v3.min.js"></script>-->
<script src="http://d3js.org/d3.v3.min.js"></script>
<style type="text/css">
div{
background-color:darkgrey;
@Sarah-W
Sarah-W / index.html
Last active December 21, 2015 22:29
D3 practice
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title></title>
<!--<script type="text/javascript" src="./D3 Page Template_files/d3.v3.min.js"></script>-->
<script src="http://d3js.org/d3.v3.min.js"></script>
<style type="text/css">
div{
background-color:darkgrey;
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title></title>
<!--<script type="text/javascript" src="./D3 Page Template_files/d3.v3.min.js"></script>-->
<script src="http://d3js.org/d3.v3.min.js"></script>
<style type="text/css">
div{
background-color:darkgrey;
@Sarah-W
Sarah-W / index.html
Last active December 21, 2015 10:38
D3 visualisation of earthquake data.
<!DOCTYPE html>
<meta charset="utf-8">
<style>
svg{
background-color : lightblue;
outline-color : darkgrey}
#timeax path , #timeax line {
fill:none;