© Indira Knight 2018
Indira KnightConnecting Arduino to the Webhttps://doi.org/10.1007/978-1-4842-3480-8_7

7. Visualizing Data

Indira Knight1 
(1)
London, UK
 

Being able to visualize data makes it easier to understand. It allows you to see patterns that might have otherwise been hidden as well as tell stories about your data. You can create data visualizations with pure JavaScript, but there are a number of JavaScript libraries that make it easier. The library you will be using in this book is D3.js. In this chapter you will create a bar chart with D3.js with data collected in the same way as in Chapter 6. At the end of the chapter you will have a bar graph with the data from one of the potentiometers.

Introduction to D3.js

D3 stands for data-driven ...

Get Connecting Arduino to the Web: Front End Development Using JavaScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.