Hi ,
When I am using the plotly itselft , I can see the chart is spread across the page.
But when I am using the same chart with in streamlit the size is compressed and it is not in full witdh. Is there any way we can do the settings for streamlit. I am attaching both the files for a comparision…
Plotly Graph using -
fig.show()
Same Graph when called from Streamlit -
st.plotly_chart(fig)
Please guide if anything missing here or how can I achieve it …
Thanks,
Mj