We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e67a2 commit 0227f31Copy full SHA for 0227f31
src/penn_chime/charts.py
@@ -21,7 +21,7 @@ def new_admissions_chart(
21
22
if max_y_axis is not None:
23
y_scale.domain = (0, max_y_axis)
24
- y_scale.clamp = True
+ y_scale.clamp = False
25
26
tooltip_dict = {False: "day", True: "date:T"}
27
if as_date:
@@ -68,7 +68,7 @@ def admitted_patients_chart(
68
69
if max_y_axis:
70
71
72
73
return (
74
alt.Chart(census.head(plot_projection_days))
@@ -109,7 +109,7 @@ def additional_projections_chart(
109
110
111
112
113
114
115
alt.Chart(dat)
0 commit comments