jfiel5 commited on
Commit
ca57b1a
·
verified ·
1 Parent(s): 5f656aa

with deselected chart (#11)

Browse files

- with deselected chart (3fb1563d5ecbb4badc05b11e607ee22794e9db42)

Files changed (1) hide show
  1. app.py +1 -1
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) # <--- THIS CONNECTS THE GRAPHS
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,empty="none")
114
  .properties(width=120, height=800)
115
  )
116