We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6452813 commit 874b07aCopy full SHA for 874b07a
2 files changed
src/reports/r01_completed.py
@@ -41,6 +41,6 @@ def get_df() -> pd.DataFrame:
41
color="list:N",
42
)
43
44
-st.altair_chart(chart, use_container_width=True)
+st.altair_chart(chart, width="stretch")
45
46
st.dataframe(df, hide_index=True)
src/reports/r02_overdue.py
@@ -47,6 +47,6 @@ def get_df() -> pd.DataFrame:
47
48
49
50
51
52
0 commit comments