Adding data for people

Let's create an array of people at the bottom of app.js, as follows:

var nodesData =  [
    {"name": "Charlie"},    {"name": "Mac"},    {"name": "Dennis"},    {"name": "Dee"},    {"name": "Frank"},    {"name": "Cricket"}];

Get D3.js Quick Start Guide 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.