finding positon title wrong df

#30
by jfiel5 - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ bar_chart = (
128
 
129
 
130
  strip = (
131
- alt.Chart(df_small)
132
  .mark_circle(size=60, opacity=0.6)
133
  .encode(
134
  x=alt.X("YTD Gross:Q", title="YTD Gross"),
 
128
 
129
 
130
  strip = (
131
+ alt.Chart(df)
132
  .mark_circle(size=60, opacity=0.6)
133
  .encode(
134
  x=alt.X("YTD Gross:Q", title="YTD Gross"),