All examples By author By category About

emeeks

Ch. 2, Fig. 14 - D3.js in Action

This is the code for Chapter 2, Figure 14 from D3.js in Action that creates rectangles with height based on the data bound to the selection. The rectangles are positioned along the X axis based on the array position of the datapoint that each retangle represents.