Spaces:
Sleeping
Sleeping
f ebqu
#13
by jfiel5 - opened
app.py
CHANGED
|
@@ -111,7 +111,7 @@ box = (
|
|
| 111 |
y=alt.Y("YTD Gross:Q", title="Salary Distribution"),
|
| 112 |
color=alt.value("#4C78A8")
|
| 113 |
)
|
| 114 |
-
.transform_filter(select_bar
|
| 115 |
.properties(width=120, height=800)
|
| 116 |
)
|
| 117 |
|
|
|
|
| 111 |
y=alt.Y("YTD Gross:Q", title="Salary Distribution"),
|
| 112 |
color=alt.value("#4C78A8")
|
| 113 |
)
|
| 114 |
+
.transform_filter(select_bar)
|
| 115 |
.properties(width=120, height=800)
|
| 116 |
)
|
| 117 |
|