You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Thomas, I found a bug when creating a pyramid chart and trying to change the theme.
I have data where a bank account is debited or credited. I aggregated the data by month an tried to show the monthly inflow against the monthly outflow.
Which works as expected.
When trying to change the theme, only half of the graph is changed as shown here:
The text was updated successfully, but these errors were encountered:
pyramid_chart() does not return a ggplot but a patchwork of two plots combined side-by-side. To apply a new theme to both sub-plots use & theme_ng() rather than + theme_ng().
Hey Thomas, I found a bug when creating a pyramid chart and trying to change the theme.
I have data where a bank account is debited or credited. I aggregated the data by month an tried to show the monthly inflow against the monthly outflow.
Which works as expected.
When trying to change the theme, only half of the graph is changed as shown here:
The text was updated successfully, but these errors were encountered: