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

finding positon title wrong df

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