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 tried to set the height of an embedded viz with set_line_bar_pie_details(height_mode = "aspect") but that is not working.
The docs say This setting is ignored when embedded in a fixed-height context, such as a simple iframe embed, so does this mean there is no way to set the height when outputting to Quarto html?
Thanks!
The text was updated successfully, but these errors were encountered:
)
But I think this can likely vary according to the user-defined fig.width and fig.height for the document/code chunk. @maxious Would you mind noting this in the internal channel please?
@maartenzam Just to confirm, are you using the R package? I'm working in a Quarto file right now with the Python package open and this isn't an issue for Python -- at least I can't replicate it.
It's a bit odd but a workaround could be to set the engine to the R kernel in jupyter instead of knitr.
I tried to set the height of an embedded viz with
set_line_bar_pie_details(height_mode = "aspect")
but that is not working.The docs say
This setting is ignored when embedded in a fixed-height context, such as a simple iframe embed
, so does this mean there is no way to set the height when outputting to Quarto html?Thanks!
The text was updated successfully, but these errors were encountered: