Spaces:
Sleeping
Sleeping
finding positon title wrong df
#30
by jfiel5 - opened
app.py
CHANGED
|
@@ -128,7 +128,7 @@ bar_chart = (
|
|
| 128 |
|
| 129 |
|
| 130 |
strip = (
|
| 131 |
-
alt.Chart(
|
| 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"),
|