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 8
Simple Interactivity
Content Locked
Section 1
Navigation Using Buttons
Add buttons to navigate through the various years of data by pressing up and down buttons which increment and decrement the current year of data being displayed. - Learn to add up and down buttons to the page and handle their events - Render visuals based upon button events - Add a label to display the current year that is selected by the user