Encodings that map abstract data to visual representation. https://d3js.org/d3-scale
Find a file
2023-10-06 11:13:32 -04:00
.github Adopt type=module (#246) 2021-06-05 12:55:18 -07:00
img Update README. 2018-01-28 10:58:46 -08:00
src default base 10 log ticks to ~s (#255) 2021-09-24 10:28:49 -07:00
test default base 10 log ticks to ~s (#255) 2021-09-24 10:28:49 -07:00
.eslintrc.json Adopt type=module (#246) 2021-06-05 12:55:18 -07:00
.gitignore Update dependencies. 2018-01-28 10:26:14 -08:00
LICENSE Adopt type=module (#246) 2021-06-05 12:55:18 -07:00
package.json 4.0.2 2021-09-24 10:42:59 -07:00
README.md restructure README (#283) 2023-10-06 11:13:32 -04:00
rollup.config.js Adopt type=module (#246) 2021-06-05 12:55:18 -07:00
yarn.lock update dependencies 2021-09-24 10:29:12 -07:00

d3-scale

Scales map a dimension of abstract data to a visual representation. Although most often used for encoding data as position, say to map time and temperature to a horizontal and vertical position in a scatterplot, scales can represent virtually any visual encoding, such as color, stroke width, or symbol size. Scales can also be used with virtually any type of data, such as named categorical data or discrete data that requires sensible breaks.

Resources