Skip to content

Commit 874b07a

Browse files
committed
use_container_width
1 parent 6452813 commit 874b07a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/reports/r01_completed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ def get_df() -> pd.DataFrame:
4141
color="list:N",
4242
)
4343
)
44-
st.altair_chart(chart, use_container_width=True)
44+
st.altair_chart(chart, width="stretch")
4545

4646
st.dataframe(df, hide_index=True)

src/reports/r02_overdue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ def get_df() -> pd.DataFrame:
4747
color="list:N",
4848
)
4949
)
50-
st.altair_chart(chart, use_container_width=True)
50+
st.altair_chart(chart, width="stretch")
5151

5252
st.dataframe(df, hide_index=True)

0 commit comments

Comments
 (0)