jfiel5 commited on
Commit
13ed9e5
·
verified ·
1 Parent(s): 8bab4dd
Files changed (1) hide show
  1. app.py +1 -1
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,empty="none")
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