Book Image

How to Process Time Series Data with JavaScript [Video]

By : Elisabeth Robson
Book Image

How to Process Time Series Data with JavaScript [Video]

By: Elisabeth Robson

Overview of this book

Time series data is a collection of observations obtained through repeated measurements over time. In this course, we will be building a data visualization of COVID19 data from Johns Hopkins University from start to finish, using HTML, CSS, JavaScript, and D3.js. In this course, we will learn how to process data to pull out relevant information, structure the data for visualizing, use JavaScript’s map and filter methods, use D3.js’s scale functions, and more. We will practice your JavaScript skills while creating a visualization to help you and others understand real-world data affecting everyone right now. By the end of this course, we will able to create any data visualization project with JavaScript and D3.js. All the resources for this course are available at https://github.com/PacktPublishing/How-to-Process-Time-Series-Data-with-JavaScript
Table of Contents (4 chapters)
Chapter 4
Create the Graph
Content Locked
Section 1
Create the Graph Axes
Create the graph axes using D3.js and size the graph to the page. Use scale functions to map from the data to the width and height of the graph.