I have an issue using ggplotly to knit to html (using flexdashboard)
When my html is full screen the axis labels are cut off
The smaller I make the window, the more of it I can see:

and finally

I'm using the following to knit:
title: "xxxxx data"
output:
flexdashboard::flex_dashboard:
orientation: columns
vertical_layout: fill
editor_options:
chunk_output_type: console