Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)