Skip to content

Instantly share code, notes, and snippets.

View Rnhatch's full-sized avatar

Rob Hatch Rnhatch

View GitHub Profile
@Rnhatch
Rnhatch / index.html
Last active April 12, 2017 01:08
D3 Blocks: Play with transitions and color scales of 1000 blocks.
<!DOCTYPE html>
<html>
<head>
<!--<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="expires" content="0" />-->
<title>Tutorial: introduction to D3</title>
<script type="text/javascript" src="array.js"></script>
<script type="text/javascript" src="string.js"></script>
<script type="text/javascript" src="jquery-1.4.4.min.js"></script>