Book description
This book will help you build interactive graphs that are viewable in any web browser using JavaScript, D3.js, and SVG. You will learn how to make a scatter plot, a bar graph, a pie chart, a force directed graph, and a map.
Key Features
- Takes you through the most common graphs you'll need
- Add interactivity to your visualizations
- Easy to follow builds
Book Description
D3.js is a JavaScript library that allows you to create graphs and data visualizations in the browser with HTML, SVG, and CSS. This book will take you from the basics of D3.js, so that you can create your own interactive visualizations, to creating the most common graphs that you will encounter as a developer, scientist, statistician, or data scientist.
The book begins with an overview of SVG, the basis for creating two-dimensional graphics in the browser. Once the reader has a firm understanding of SVG, we will tackle the basics of how to use D3.js to connect data to our SVG elements. We will start with a scatter plot that maps run data to circles on a graph, and expand our scatter plot to make it interactive. You will see how you can easily allow the users of your graph to create, edit, and delete run data by simply dragging and clicking the graph. Next, we will explore creating a bar graph, using external data from a mock API.
After that, we will explore animations and motion with a bar graph, and use various physics-based forces to create a force-directed graph. Finally, we will look at how to use GeoJSON data to create a map.
What you will learn
- Build a scatter plot
- Build a bar graph
- Build a pie chart
- Build a force-directed graph
- Build a map
- Build interactivity into your graphs
Who this book is for
This book is for web developers, interactive news developers, data scientists, and anyone interested in representing data through interactive visualizations on the Web with D3. Some basic knowledge of JavaScript is expected, but no prior experience with data visualization or D3 is required to follow this book.
Table of contents
- Title Page
- Copyright and Credits
- Packt Upsell
- Contributors
- Preface
- Getting Started with D3.js
- Using SVG to Create Images Using Code
-
Building an Interactive Scatter Plot
- Adding a link to the D3 library
- Adding an<svg>tag and sizing it with D3
- Creating some fake data for our app
- Adding SVG circles and styling them
- Creating a linear scale
- Attaching data to visual elements
- Use data attached to a visual element to affect its appearance
- Creating a time scale
- Parsing and formatting times
- Setting dynamic domains
- Dynamically generating SVG elements
- Creating axes
- Displaying data in a table
- Summary
-
Making a Basic Scatter Plot Interactive
- Creating a click handler
- Removing data
- Dragging an element
- Updating data after a drag
- Creating a zoom behavior that scales elements
- Updating axes when zooming and panning
- Updating click points after a transform
- Avoiding redrawing the entire screen during rendering
- Hiding elements beyond an axis
- Summary
-
Creating a Bar Graph Using a Data File
- Setting up our application
- Creating an external file to hold our data
- Making an AJAX request
- Using AJAX data to create SVG elements
- Adjusting the height and the width of the bars
- Adjusting the horizontal and the vertical placement of the bars
- Making the width of the bars dynamic
- Changing the color of the bar based on data
- Adding axes
- Summary
-
Animating SVG Elements to Create an Interactive Pie Chart
- Setting up the application
- Create data/configuration variables
- Creating an ordinal scale
- Creating the color scale to map labels to colors
- Setting up the SVG
- Adding paths for each pie segment
- Generating an arc creating function
- Formatting the data for the arc
- Adjusting the position of the pie
- Making a donut graph
- Removing parts of the pie
- Summary
-
Using Physics to Create a Force-Directed Graph
- What is a force-directed graph?
- How to set up a graph of relationships
- Setting up the HTML
- Setting up styling for nodes and links
- Setting up the SVG
- Adding data for people
- Adding data for relationships
- Add circles to the SVG
- Adding lines to the SVG
- Creating a simulation
- Specifying how the simulation affects visual elements
- Creating forces
- Summary
- Mapping
- Other Books You May Enjoy
Product information
- Title: D3.js Quick Start Guide
- Author(s):
- Release date: September 2018
- Publisher(s): Packt Publishing
- ISBN: 9781789342383
You might also like
book
Practical D3.js
Your indispensable guide to mastering the efficient use of D3.js in professional-standard data visualization projects. You …
book
Pro D3.js: Use D3.js to Create Maintainable, Modular, and Testable Charts
Go beyond the basics of D3.js to create maintainable, modular, and testable charts and to package …
book
Learning D3.js 5 Mapping - Second Edition
Crisp and concise guide on building impressive maps as well as visualizations with D3 a JavaScript …
video
Interactive Visualization with D3.js
Tackle the steep learning curve of D3.js by going hands-on to build your own amazing interactive …