Spaces:
Sleeping
Sleeping
trial5 (#17)
Browse files- trial5 (762aa481982c65104082b566acd6c545c0857ea1)
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(select_bar.
|
| 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(alt.datum.agency==select_bar.agency)
|
| 114 |
.properties(width=120, height=800)
|
| 115 |
)
|
| 116 |
|