tetratech / baytrendsmap

Shiny app to create maps on-the-fly from output of the baytrends package.
https://tetratech.github.io/baytrendsmap/
MIT License
4 stars 2 forks source link

Range figure color options did not change #21

Closed jharcum closed 4 years ago

jharcum commented 4 years ago

Describe the bug per Breck Sullivan 5/22 email: There are different color options for the range graphs, but when I tried different options, the colors never changed.

potentially related to Issue 8

leppott commented 4 years ago

image

leppott commented 4 years ago

user selected colors are "mr_pal" in server.R

image

image

image

leppott commented 4 years ago

Change from scale_fill_discrete() to scale_fill_brewer().

image

Non-default of Purple to Orange shown below.

image