rstudio / flexdashboard

Easy interactive dashboards for R
https://pkgs.rstudio.com/flexdashboard/
Other
812 stars 301 forks source link

Some themes affect rendering of gauges - flexdashboard #209

Closed charlie-bee closed 3 years ago

charlie-bee commented 5 years ago

All themes but default, cosmo, flatly, lumen make gauges looked faded. This is with theme: yeti image

cpsievert commented 3 years ago

You can now do this with the development version (you may also want to wait for #308 to be merged)

---
output: 
  flexdashboard::flex_dashboard:
    theme: 
      bootswatch: yeti
      primary: lime
---