What is an enter selection?
In D3.js, when one binds data to DOM elements, three situations are possible:
The number of elements and the number of data points are the same;
There are more elements than data points;
There are more data points than elements;
In the situation #3, all the data ...