D3 Lingo

There are lots of terms to know for d3. Not all of them have a direct correspondence to a specific methond in the API, but are useful for articulating how to build certain visualizations.

TermDefinitionAPI
Continuous Domain/RangeA set of data with incremental values.domain()/.range()
Discrete Domain/RangeA set of data with concrete, specific values.domain()/.range()