OCHA-DAP / gghdx

HDX Theme, Scales, and Other Conveniences for 'ggplot2'
GNU General Public License v3.0
5 stars 0 forks source link

Fix na values #5

Closed Rawa-Ganjani closed 2 years ago

Rawa-Ganjani commented 2 years ago

making NA values gray-light as before it was white and mixed up with the background for discrete legend colorings.

caldwellst commented 2 years ago

Okay, one code change in what you've done. More importantly, merge the PR into the develop branch instead of main.

Then we can update the versioning. You can do versioning by doing usethis::use_dev_version(). In the NEWS.md file, put a bullet for each change you make. In this case, you'll add a bullet for this NA colouring. For your next change, add another bullet in that PR.