Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 305 Bytes

D3js.md

File metadata and controls

9 lines (6 loc) · 305 Bytes

D3js

Managing Data

Quantitative Scales

  • Input domain is continous for Quantitative scale. Instead of a set of discrete values, a continuous scale can be modeled with a simple function. The seven types of quantitative scales are linear, identity, power, log, quantize, quantile, and threshold.