Equalize component heights

Hello, I have two columns, one of them contains a dataframe, other contains plotly chart.

As you can see in the image, dataframe is shorter than plot size.

How I can make their heights equal?

Hi @m_k,

In order to increase the height of the left widget to match the height of the chart, you can try and use st.dataframe / AG-Grid, both have a height parameter that you should be able to adjust as needed.

Cheers

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