Skip to content

Commit f28a4b4

Browse files
committed
Update CHANGELOG
1 parent b511b3d commit f28a4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The *color* scale now defaults to an *identity* scale if all associated defined
8484
Plot.barY(alphabet, {x: "letter", y: "frequency", fill: d => /[AEIOU]/.test(d.letter) ? "red" : "black"})
8585
```
8686
87-
The *color* scale now has a special default range for boolean data, encoding false as light gray and true as dark gray. (You can opt-out of this by setting the scale type to *categorical* or by specifying an explicit *range*.)
87+
The *color* scale now has a special default range for boolean data, encoding false as light gray and true as dark gray. If you’d prefer more color, you can use a sequential scheme such as *reds* or *blues*. (You can opt-out of the special boolean range by setting the scale type to *categorical* or by specifying an explicit *range*.)
8888
8989
[<img src="./img/boolean-color.png" width="640" alt="a chart with grey and black bars">](https://observablehq.com/@observablehq/plot-bar)
9090

0 commit comments

Comments
 (0)