Book Image

D3.js Data Visualization Projects [Video]

By : Michael Heydt
Book Image

D3.js Data Visualization Projects [Video]

By: Michael Heydt

Overview of this book

<p>If you are looking to create immersive and interesting data visualization projects, then D3.js is the right tool for you. It simplifies your core requirement for binding arbitrary data to a document object model and then applies data-driven transformations to your documents. This video will show you the power of D3.js and the multitude of application domains that can be addressed by using it.</p> <p>You’ll build two complete applications with D3.js in this video—applications that increase in complexity as the chapters proceed. While you create apps from scratch, you will learn to implement the various features of D3.js. The projects start with a simple chart app, then move on to creating scalable data-intensive apps, typically dedicated to the big data domain. You'll create a complex business app that lets you feed your data and create interactive real-time visualizations with various export options.</p> <p>By the end of the course, you will have enough expertise and confidence to create any type of data visualization app using D3.js</p> <p>The code bundle for this course is available at https://github.com/PacktPublishing/D3.js-Data-Visualization-Projects</p> <h1>Style and Approach</h1> <p>This video takes a modular, project-based approach. Each module acts as an independent training module to create a particular app and is self-sufficient. The apps increase in complexity level as you move through the video.</p>
Table of Contents (10 chapters)
Chapter 2
Examining and Loading the Data
Content Locked
Section 3
Examining the Data in the Browser
How do we create HTML with D3.js? I demonstrate this with D3.js selections. - Write D3.js code to create HTML using data - Examine how the DOM elements created by our sample