Skip to content
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ You'll need to know the 2 letter state code ('NY' for New York) or the 3 letter

This will draw a world map and fill in IRL (Ireland) with the corresponding `fills.LOW` and USA with `fills.MEDIUM`.

You can also use `fill: color` for each state if you don't want to define a `fillKey`.
You can also use `fillColor: color` for each state if you don't want to define a `fillKey`.

Colors will be applied in this order: `fillKey`, `fill`, `defaultFill`.
Colors will be applied in this order: `fillKey`, `fillColor`, `defaultFill`.

#### Updating a choropleth after initial drawing
```javascript
Expand Down