Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d3/d3-scale
Encodings that map abstract data to visual representation.
https://github.com/d3/d3-scale
Last synced: about 1 month 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 (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T15:13:34.000Z (about 1 year ago)
- Last Synced: 2024-05-15T14:54:23.380Z (6 months ago)
- Language: JavaScript
- Homepage: https://d3js.org/d3-scale
- Size: 787 KB
- Stars: 1,572
- Watchers: 42
- Forks: 283
- Open Issues: 33
-
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)