We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7480c70 commit 16c97f7Copy full SHA for 16c97f7
index.html
@@ -9,6 +9,9 @@
9
<script src="app.js"></script>
10
</head>
11
<body>
12
+ <h1>A D3 visualization from the book Data Wrangling with JavaScript</h1>
13
+ <p><a href="https://github.com/Data-Wrangling-with-JavaScript/d3-animated-viz" target="_blank">Click here for the code</a></p>
14
+ <p><a href="http://bit.ly/2t2cJu2" target="_blank">Click here for the book</a></p>
15
<svg class="chart"></svg>
16
</body>
17
</html>
0 commit comments