简体   繁体   中英

How do I change the height of a tabset on R Flexdashboard to be responsive?

I have a row tabset and each tab contains a chart and a data table. However my data table keeps getting cut off. Is there some way to make the tabset height responsive so that my data table doesn't get cut off all the time?

See chart and data table cut off here:

参见此处截取的图表和数据表

I know I could add a scrollbar using css but I don't exactly want that. I want my chart and data to show completely.

Maybe it would be a solution to output your plots (if I see it correctly they are created with ggplot) with plottly.

library(plotly)

ggplotly(your_plot)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM