All examples By author By category About

qingwufong

Simple example of data visualization

This is the code for Chapter 2, Figure 27 from D3.js in Action demonstrating D3's .exit() behavior that removes elements for which there are not corresponding datapoints in the selection's bound data array.

forked from emeeks's block: Ch. 2, Fig. 27 - D3.js in Action