Spaces:
Sleeping
Sleeping
ipagpvai (#16)
Browse files- ipagpvai (e542274b3dedc3038b802ae0e0a5b2194c58f94c)
app.py
CHANGED
|
@@ -110,7 +110,7 @@ box = (
|
|
| 110 |
y=alt.Y("YTD Gross:Q", title="Salary Distribution"),
|
| 111 |
color=alt.value("#4C78A8")
|
| 112 |
)
|
| 113 |
-
.transform_filter(
|
| 114 |
.properties(width=120, height=800)
|
| 115 |
)
|
| 116 |
|
|
|
|
| 110 |
y=alt.Y("YTD Gross:Q", title="Salary Distribution"),
|
| 111 |
color=alt.value("#4C78A8")
|
| 112 |
)
|
| 113 |
+
.transform_filter(select_bar.or_(False))
|
| 114 |
.properties(width=120, height=800)
|
| 115 |
)
|
| 116 |
|