-
Book Overview & Buying
-
Table Of Contents
Learn D3.js - Second Edition
By :
Let’s review everything we have covered so far by creating a complete data visualization. Instead of another bar chart, we will design it from scratch, extracting data from multiple sources and binding it to different shapes and images. This is an online hands-on tutorial divided into two parts.
In Part 1, which is an extension of this chapter, we will design and plan the layout, define margins and scales, load images, filter data, and bind shapes and text to create a static chart comparing the sizes of a planet’s natural satellites. Part 2 will continue developing it into an interactive application with dynamic data updates to show other planets, adding a control panel and tooltips. It’s an extension of Chapter 6.
Figure 5.5 shows the visualization you are going to create upon completing Part 1.
Figure 5.5 – The data visualization developed after completing...