d3.js = data-driven-documents
d3.js is not a data visualization library. It will not draw anything for you.
It is a tool to help you manipulate DOM elements. As such, we do the heavy-lifting, not vice versa.
d3.select('div');
d3.select('div');
d3.select('div');
Now that we have the data, let's use it to manipulate the div:
d3.select('div');
d3.select('div');
d3.select('div');