From 8a5250975d1f004a1822100bc6774aa716fed1b0 Mon Sep 17 00:00:00 2001 From: Peter Teuben Date: Wed, 20 Jul 2016 18:18:15 -0400 Subject: [PATCH] demo file from Matt Ericson's talk --- d3-hello-chart/00-chart.html | 21 ++++++++++ d3-hello-chart/01-chart.html | 32 +++++++++++++++ d3-hello-chart/02-chart.html | 48 ++++++++++++++++++++++ d3-hello-chart/03-chart.html | 56 ++++++++++++++++++++++++++ d3-hello-chart/04-chart.html | 64 +++++++++++++++++++++++++++++ d3-hello-chart/05-chart.html | 78 ++++++++++++++++++++++++++++++++++++ d3-hello-chart/README.md | 10 +++++ d3-hello-chart/data.csv | 7 ++++ 8 files changed, 316 insertions(+) create mode 100644 d3-hello-chart/00-chart.html create mode 100644 d3-hello-chart/01-chart.html create mode 100644 d3-hello-chart/02-chart.html create mode 100644 d3-hello-chart/03-chart.html create mode 100644 d3-hello-chart/04-chart.html create mode 100644 d3-hello-chart/05-chart.html create mode 100644 d3-hello-chart/README.md create mode 100644 d3-hello-chart/data.csv diff --git a/d3-hello-chart/00-chart.html b/d3-hello-chart/00-chart.html new file mode 100644 index 0000000..2edbef3 --- /dev/null +++ b/d3-hello-chart/00-chart.html @@ -0,0 +1,21 @@ + + +
+
4
+
8
+
15
+
16
+
23
+
42
+
diff --git a/d3-hello-chart/01-chart.html b/d3-hello-chart/01-chart.html new file mode 100644 index 0000000..ea6000a --- /dev/null +++ b/d3-hello-chart/01-chart.html @@ -0,0 +1,32 @@ + + + +
+ + \ No newline at end of file diff --git a/d3-hello-chart/02-chart.html b/d3-hello-chart/02-chart.html new file mode 100644 index 0000000..ac08a04 --- /dev/null +++ b/d3-hello-chart/02-chart.html @@ -0,0 +1,48 @@ + + + + + + diff --git a/d3-hello-chart/03-chart.html b/d3-hello-chart/03-chart.html new file mode 100644 index 0000000..77a1130 --- /dev/null +++ b/d3-hello-chart/03-chart.html @@ -0,0 +1,56 @@ + + + + + + \ No newline at end of file diff --git a/d3-hello-chart/04-chart.html b/d3-hello-chart/04-chart.html new file mode 100644 index 0000000..b3d0d10 --- /dev/null +++ b/d3-hello-chart/04-chart.html @@ -0,0 +1,64 @@ + + + + +

This is a Bar Chart

+
It shows numbers that go from 4 to 42
+ + + + diff --git a/d3-hello-chart/05-chart.html b/d3-hello-chart/05-chart.html new file mode 100644 index 0000000..e5342cb --- /dev/null +++ b/d3-hello-chart/05-chart.html @@ -0,0 +1,78 @@ + + + + +

Hello, Chart!

+
It shows numbers that go from 4 to 42
+ + + + diff --git a/d3-hello-chart/README.md b/d3-hello-chart/README.md new file mode 100644 index 0000000..7cfcf1e --- /dev/null +++ b/d3-hello-chart/README.md @@ -0,0 +1,10 @@ +Sample files from: + https://bost.ocks.org/mike/bar/ + +Other D3 resources: + +* Let’s Make a Map: 
https://bost.ocks.org/mike/map/ +* Scott Murray Tutorials: 
http://alignedleft.com/tutorials/d3 +* Tons of Examples of Different Forms: 
http://bl.ocks.org/mbostock + + diff --git a/d3-hello-chart/data.csv b/d3-hello-chart/data.csv new file mode 100644 index 0000000..74b98d6 --- /dev/null +++ b/d3-hello-chart/data.csv @@ -0,0 +1,7 @@ +name,value +Locke,4 +Reyes,8 +Ford,15 +Jarrah,16 +Shephard,23 +Kwon,42