index.html: Use Chart.js to plot shell-vs-hand
authorW. Trevor King <wking@tremily.us>
Fri, 17 Jan 2014 20:25:14 +0000 (12:25 -0800)
committerW. Trevor King <wking@tremily.us>
Sat, 18 Jan 2014 01:19:30 +0000 (17:19 -0800)
commitf4ce100d81882543a00f579485af2c706358dd95
tree862f12e93b80a67d2ea05bb5ee03550077f1e2af
parentfdf722a2563132f5c70a6b5d5be5c403f93414f4
index.html: Use Chart.js to plot shell-vs-hand

Define a PieChart helper that hides the context extraction and
overrides the Chart.js animation default.  Why are folks so attached
to animation? :p

Give this slide a fixed height, to ensure that the title and pie
charts align with later slides.

I'm guessing on the data here.  Ideally, we'd use "number of hand
responses" and "number of shell responses", and the whole chart would
be a link to the survey where the data was collected.
index.html