All examples By author By category About

emeeks

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

This is the code for Chapter 2, Figure 23 from D3.js in Action showing a simple scatterplot that uses d3.scale.linear and d3.time.scale to set the X position, Y position, radius and color of each datapoint represented by an SVG circle.