From 764cd69bfc2e5a0cf504c8d6e4f032d35edd9a4c Mon Sep 17 00:00:00 2001 From: Tyler Date: Thu, 14 May 2026 01:01:02 -0700 Subject: Completely refreshed Key Ratios, Historical Ratios, and DCF/Multiples tab. --- components/overview.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/overview.py') diff --git a/components/overview.py b/components/overview.py index 9a0d162..433f6e5 100644 --- a/components/overview.py +++ b/components/overview.py @@ -329,7 +329,7 @@ def _render_relative_chart(ticker: str, info: dict, period: str): height=320, legend=dict(orientation="h", yanchor="bottom", y=1.02, xanchor="left", x=0), ) - st.plotly_chart(fig, use_container_width=True) + st.plotly_chart(fig, width="stretch") # ── Main render ────────────────────────────────────────────────────────────── @@ -442,4 +442,4 @@ def render_overview(ticker: str): hovermode="x unified", height=320, ) - st.plotly_chart(fig, use_container_width=True) + st.plotly_chart(fig, width="stretch") -- cgit v1.3-2-g0d8e