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 0227f31 commit 7ab9788Copy full SHA for 7ab9788
src/penn_chime/charts.py
@@ -21,7 +21,6 @@ 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 = False
25
26
tooltip_dict = {False: "day", True: "date:T"}
27
if as_date:
@@ -68,7 +67,6 @@ def admitted_patients_chart(
68
67
69
if max_y_axis:
70
71
72
73
return (
74
alt.Chart(census.head(plot_projection_days))
@@ -109,7 +107,6 @@ def additional_projections_chart(
109
107
110
108
111
112
113
114
115
alt.Chart(dat)
0 commit comments