insightsengineering / teal.widgets

shiny widgets for teal applications
https://insightsengineering.github.io/teal.widgets/
Other
4 stars 6 forks source link

[Feature Request]: Use themes in ggplot2_args #141

Open StefanThoma opened 1 year ago

StefanThoma commented 1 year ago

Feature description

Intuitively, it looks like the function ggplot2_args would take a ggplot theme as an input. However, the following code produces an error: teal.widgets::ggplot2_args(theme = ggplot2::theme_bw())

It would be nice if this would be allowed.

Code of Conduct

Contribution Guidelines

Security Policy

donyunardi commented 1 year ago

Thank you for the suggestion! We'll look into this.