Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix typo in 1:1 mapping caveat in scale documentation #8410

Merged
merged 1 commit into from
Sep 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/docs/encoding/scale.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ In this example, we create a scale that maps the field `"l"` to colors specified

<div class="vl-example" data-name="point_scale_range_field"></div>

**Note:** This only works if there is a 1:1 mapping between the color domain field (`l`) and therange field (`c`).
**Note:** This only works if there is a 1:1 mapping between the color domain field (`l`) and the range field (`c`).

### Example: Setting Range Min/Max

Expand Down