Open josepaulo1233 opened 1 year ago
Hi! Try adding this to your code:
st.write(
'<style>iframe[title="streamlit_echarts.st_echarts"]{ height: 500px !important }</style>',
unsafe_allow_html=True
)
@doliveira-lts ,i has the same issue.But i use sac.tabs my custom component streamlit-antd-components instand of st.tabs.
Hey,
I’m trying to make a line and bar chart using st_echarts and separating them with a st.tabs
However, when the second tab is selected, the chart is not displayed…