jfiel5 commited on
Commit
af8c43c
·
verified ·
1 Parent(s): 21792ef

finding positon title wrong df (#30)

Browse files

- finding positon title wrong df (7f051f16d2ba7d4b2f2b4a5361fc53e8f8fded44)

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"),