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
I reported a space optimization issue on RStudio Forums when using waffle::waffle() in conjunction with flexdashboard::flex_dashboard() . I think the issue stems from the actual plot keeping the same height instead of adjusting based on the number of rows.
I reported a space optimization issue on RStudio Forums when using
waffle::waffle()
in conjunction withflexdashboard::flex_dashboard()
. I think the issue stems from the actual plot keeping the same height instead of adjusting based on the number of rows.Reprex:
Using a single panel:
A solution would be to automatically crop the plot based on the height of the actual drawing.
The text was updated successfully, but these errors were encountered: