Carson Sievert

Results 193 comments of Carson Sievert

Huh, I can't seem to replicate this, would you mind sharing your `sessioninfo::session_info()`? I have a hunch that upgrading the Rstudio IDE might fix the issue?

Thanks. Looks like this problem was introduced in the v3.4.0 of ggplot2. `ggplotly()` should handle this better, but in the meantime, it can be fixed with the following: ```r remotes::install_version("ggplot2",...

Here's the PR were we added it https://github.com/rstudio/bslib/pull/768 I think it's mostly self-explanatory from the PR and [Bootstrap color mode docs](https://getbootstrap.com/docs/5.3/customize/color-modes/), but happy to answer any more specific questions. Also,...