https://github.com/d3/d3-scale
Encodings that map abstract data to visual representation.
https://github.com/d3/d3-scale
Last synced: about 1 year ago
JSON representation
Encodings that map abstract data to visual representation.
- Host: GitHub
- URL: https://github.com/d3/d3-scale
- Owner: d3
- License: isc
- Created: 2015-06-16T22:26:27.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T13:52:35.000Z (almost 2 years ago)
- Last Synced: 2025-04-22T19:09:33.020Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://d3js.org/d3-scale
- Size: 790 KB
- Stars: 1,601
- Watchers: 41
- Forks: 289
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - d3/d3-scale - Encodings that map abstract data to visual representation. (others)
README
# 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
- [Documentation](https://d3js.org/d3-scale)
- [Examples](https://observablehq.com/collection/@d3/d3-scale)
- [Releases](https://github.com/d3/d3-scale/releases)
- [Getting help](https://d3js.org/community)