Book Image

Learning D3.js Mapping

Book Image

Learning D3.js Mapping

Overview of this book

Table of Contents (14 chapters)
Learning D3.js Mapping
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
6
Finding and Working with Geographic Data
Index

Summary


In this chapter, we explained the core elements of D3 (enter, update, and exit). We understood the power of joining data to our visualization. Not only can data come from many different sources, but it is possible to have the visualization automatically updated as well.

Many detailed examples can be found in the D3 Gallery at https://github.com/mbostock/d3/wiki/Gallery.

In the next chapter, we will combine all of these techniques to build our first map from scratch. Get ready!