-
Book Overview & Buying
-
Table Of Contents
Learn D3.js - Second Edition
By :
This section provides an overview of tools for data generation. This includes functions used to create ranges of values (data sequences and random distributions), to derive intermediate values (via interpolation and blurring/smoothing techniques), and to produce time intervals. Each topic introduces functions you can run in your browser’s console or by accessing pages from the Generation/ folder.
Sequences are frequently used for testing, creating grids, axes, and reference values for context. Table 7.15 lists the two main general-purpose functions for generating numerical sequences in D3.
|
Function |
Description |
|
|
Creates an array with an arithmetic sequence, set as (a) from 0 to stop – 1, (b) from start to stop –... |