Book Image

Mastering D3.js [Video]

By : Swizec Teller
Book Image

Mastering D3.js [Video]

By: Swizec Teller

Overview of this book

<p>Everyone collects data, but few ever understand their data. That’s because they need a graph or a diagram to force them to notice what they never expected to see. Data is useless without a picture and D3.js is the workhorse of turning data into pictures. Most charting libraries on the Web rely on it.</p> <p>Mastering D3.js will show you everything that goes into a data visualization from start to finish. You will learn about the details of using D3.js, structuring and debugging your code, and the logic behind data visualization.</p> <p>You will start the course with some data and a goal. You will then be guided on the quest of turning that data into an interactive picture for the Web. Following the example, you will master D3 layouts, learn about adding animations and user interaction to make your visualization responsive, scrape more data when needed, and learn about making pretty maps. You will learn to use libraries such as Bootstrap, Figue, and Lo-dash to add those extra features. If an obstacle appears, you will conquer it. Finally you’ll learn to debug your code and learn the best practices of this trade. You'll also see some interesting examples of good <br />visualization and information design.</p> <p>When you finish the course, you will have mastered data visualization with D3.js. You will be an expert!</p> <h1>Style and Approach</h1> <p>This video course will help you master D3.js while building a visualization from start to finish. You will learn to implement various features while understanding their value along the way.</p>
Table of Contents (8 chapters)
Chapter 1
Layouts
Content Locked
Section 3
Using a Layout
Layouts remove our need to compute positions manually. - Copy manual code to a new function and add a call - Replace all computation code with the use of a pie layout - Explore some options for the pie chart layout