ggplotly labels being cut off

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:

image

and finally

image

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

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.