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!
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!