Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
Adding freezing

lesson

Adding freezingFullstack D3 Masterclass

To ease into our drawing data step, let's start by adding a circle that shows what temperatures are below freezing.

Adding gridlines

lesson

Adding gridlinesFullstack D3 Masterclass

We're going to skip step 5 and use step 6 to get our feet wet with angular math. We'll draw angular grid lines for each month, circular grid lines for temperature, and label both axes.

Getting set up

lesson

Getting set upFullstack D3 Masterclass

We're going to breeze through the first four steps: accessing our data, creating our dimensions, drawing our canvas, and creating our scales.

Radar Weather Chart

lesson

Radar Weather ChartFullstack D3 Masterclass

Let's dive into a complicated data visualization: a circular chart showing overall weather for the whole year

Color scales

lesson

Color scalesFullstack D3 Masterclass

Choosing colors is one of the hardest parts of designing a data visualization! We talk about the three main types of color scales, and related functions that are built into d3.

Example redesign

lesson

Example redesignFullstack D3 Masterclass

We run through a full redesign of a chart, learning about the motivation and implementation of each change.

Chart design

lesson

Chart designFullstack D3 Masterclass

We talk through a few tips & tricks that I use when designing charts.

Ways to visualize a metric

lesson

Ways to visualize a metricFullstack D3 Masterclass

We talk about the different ways to visualize a single metric, and how to combine that with the different data types.

Types of data

lesson

Types of dataFullstack D3 Masterclass

We talk about the different types of data: the main buckets of qualitative and quantitative metrics, and their sub-categorizations.

Data Visualization Basics

lesson

Data Visualization BasicsFullstack D3 Masterclass

It's really important that we understand the fundamentals of data visualization design, and what kind of chart to create.

Wrapping up

lesson

Wrapping upFullstack D3 Masterclass

A quick debrief! Congrats on making it through!

Digging in

lesson

Digging inFullstack D3 Masterclass

We walk through the structure of our React application, then dive into the first step of our chart drawing checklist: accessing our data