Book Image

Mastering Data Visualization with D3.js [Video]

By : Benjamin Walter Keller
Book Image

Mastering Data Visualization with D3.js [Video]

By: Benjamin Walter Keller

Overview of this book

<p>D3.js is one of the oldest and most popular tools for web data visualization. It has the flexibility to generate anything you can imagine to represent your data and emphasize key stories it shows. </p><p>You will learn how to use D3.js's built-in layouts to generate attractive, complex plots with a few lines of JavaScript code. You will use real-world data to see how D3.js works for actual data visualization problems. Finally, you will build a beautiful, interactive dashboard to visualize information on stocks and market trading data. </p><p>By the end of this course, you will be able to use D3.js visualize and build gorgeous, interactive, animated visualizations on the web. </p><p>The code bundle for this video course is available at- https://github.com/PacktPublishing/Mastering-Data-Visualization-with-D3 </p><p></p>
Table of Contents (6 chapters)
Chapter 2
Building Up a Plot with D3 Components
Content Locked
Section 2
Quantitative, Qualitative, and Time Scales
What kinds of scales are available for different kinds of data? - What kinds of sequential scales exist? - What kinds of discrete scales exist? - How can we add scales for non-numeric data?